-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
49 lines (44 loc) · 1.15 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
url: https://niehs.github.io/RGCA/
template:
bootstrap: 5
bootswatch: minty
params:
citation: true
navbar:
structure:
left: [reference, articles, search]
right: [github]
reference:
- title: RGCA MCMC functions
desc: Functions related to MCMC parameter estimation
contents:
- matches("MCMC")
- matches("pull")
- matches("nimble")
- title: RGCA Plotting functions
desc: Functions to create plots from the manuscript
contents:
- matches("plot")
- matches("visualize")
- matches("curve_fits")
- title: RGCA Mixture calculators
desc: Functions that compute mixture responses
contents:
- matches("calc")
- matches("calc")
- matches("hill")
- matches("adjust")
- matches("response")
- matches("function_generator")
- title: RGCA Simulation functions
desc: Functions related to the simulation study of the manuscript
contents:
- matches("generate")
- title: RGCA Miscellaneous functions
desc: Other helpful functions
contents:
- matches("build")
- matches("cluster_centers")
- matches("mixpred")
- matches("convert_DP")
- matches("prepared")