-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
_pkgdown.yml
109 lines (99 loc) · 2.8 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
url: https://easystats.github.io/bayestestR/
template:
bootstrap: 5
package: easystatstemplate
reference:
- title: "Posterior Description"
contents:
- starts_with("describe_")
- sexit
- title: "Centrality and Uncertainty"
contents:
- ends_with("_estimate")
- bci
- eti
- hdi
- spi
- ci
- title: "Effect Existence and Significance"
desc: "Functions for Bayesian Inference"
- subtitle: "Posterior Based Methods"
contents:
- starts_with("p_")
- contains("rope")
- equivalence_test
- convert_pd_to_p
- subtitle: "Bayes factors"
contents:
- contains("bayesfactor")
- si
- weighted_posteriors
- bic_to_bf
- p_to_bf
- title: "Model Diagnostics"
contents:
- diagnostic_posterior
- sensitivity_to_prior
- check_prior
- starts_with("simulate_")
- unupdate
- effective_sample
- mcse
- title: "Density Estimation"
contents:
- estimate_density
- density_at
- area_under_curve
- overlap
- title: "Distributions"
contents:
- distribution
- title: "Utilities"
contents:
- mediation
- convert_bayesian_as_frequentist
- contr.equalprior_pairs
- as.numeric.p_direction
- as.data.frame.density
- sexit_thresholds
- reshape_iterations
- diagnostic_draws
- model_to_priors
- disgust
# Keep articles organized
navbar:
left:
- icon: fa fa-file-code
text: Reference
href: reference/index.html
- text: Get started
href: articles/bayestestR.html
- text: Examples
menu:
- text: "1. Initiation to Bayesian models"
href: articles/example1.html
- text: "2. Confirmation of Bayesian skills"
href: articles/example2.html
- text: "3. Become a Bayesian master"
href: articles/example3.html
- text: Articles
menu:
- text: "Credible Intervals (CI)"
href: articles/credible_interval.html
- text: "Region of Practical Equivalence (ROPE)"
href: articles/region_of_practical_equivalence.html
- text: "Probability of Direction (pd)"
href: articles/probability_of_direction.html
- text: "Bayes Factors (BF)"
href: articles/bayes_factors.html
- text: "Comparison of Point-Estimates"
href: articles/web_only/indicesEstimationComparison.html
- text: "Comparison of Indices of Effect Existence"
href: https://www.frontiersin.org/articles/10.3389/fpsyg.2019.02767/full
- text: "Mediation Analysis: Direct and Indirect Effects"
href: articles/mediation.html
- text: Guidelines
href: articles/guidelines.html
- icon: fa fa-newspaper
text: News
href: news/index.html