-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_pkgdown.yml
More file actions
77 lines (67 loc) · 1.77 KB
/
_pkgdown.yml
File metadata and controls
77 lines (67 loc) · 1.77 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
url: https://bayesian-graphical-modelling-lab.github.io/bgms/
template:
package: tidytemplate
bootstrap: 5
reference:
- title: Model fitting
desc: Fit Bayesian graphical models and compare groups.
contents:
- bgm
- bgmCompare
- title: Posterior methods
desc: Inspect and summarize fitted models.
contents:
- print.bgms
- summary.bgms
- coef.bgms
- print.bgmCompare
- summary.bgmCompare
- coef.bgmCompare
- title: Simulation and prediction
desc: >
Generate observations or predict new ones. `simulate_*` functions
draw data given known parameters (forward simulation, exact draws);
`sample_*` functions run an MCMC sampler to draw from a target
distribution (e.g. the prior on the precision matrix).
contents:
- simulate_mrf
- simulate.bgms
- simulate.bgmCompare
- predict.bgms
- predict.bgmCompare
- sample_ggm_prior
- title: Prior constructors
desc: Specify priors for model parameters, precision scale, and edge inclusion.
contents:
- cauchy_prior
- normal_prior
- beta_prime_prior
- gamma_prior
- exponential_prior
- bernoulli_prior
- beta_bernoulli_prior
- sbm_prior
- title: Extractors
desc: Extract specific components from fitted model objects.
contents:
- starts_with("extract_")
- title: Legacy
desc: Deprecated functions retained for backwards compatibility.
contents:
- mrfSampler
- title: Datasets
contents:
- ADHD
- Boredom
- Wenchuan
- title: Package
contents:
- bgms-package
articles:
- title: Getting started
contents:
- intro
- title: Advanced topics
contents:
- comparison
- diagnostics