-
-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy path_pkgdown.yml
More file actions
107 lines (99 loc) · 2.53 KB
/
_pkgdown.yml
File metadata and controls
107 lines (99 loc) · 2.53 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
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
url: https://mc-stan.org/rstanarm
destination: "."
development:
mode: auto
template:
package: pkgdownconfig
navbar:
title: "rstanarm"
structure:
left: [home, vignettes, functions, news, pkgs, stan]
right: [search, bluesky, forum, github, lightswitch]
components:
pkgs:
text: Other Packages
menu:
- text: bayesplot
href: https://mc-stan.org/bayesplot
- text: cmdstanr
href: https://mc-stan.org/cmdstanr
- text: loo
href: https://mc-stan.org/loo
- text: posterior
href: https://mc-stan.org/posterior
- text: projpred
href: https://mc-stan.org/projpred
- text: rstan
href: https://mc-stan.org/rstan
- text: rstantools
href: https://mc-stan.org/rstantools
- text: shinystan
href: https://mc-stan.org/shinystan
articles:
- title: "Getting Started"
desc: >
These vignettes provide a preliminary introduction to rstanarm and
discuss the prior distributions available.
contents:
- rstanarm
- priors
- title: "Modeling functions"
desc: >
These vignettes provide instructions on how to use the modeling
functions in rstanarm.
contents:
- binomial
- count
- continuous
- aov
- lm
- betareg
- polr
- glmer
- jm
- title: "Additional tutorials on specific modeling techniques and applications"
desc: >
These vignettes provide additional tutorials on using rstanarm
for specific purposes once you are comfortable using the package
in general.
contents:
- mrp
- pooling
- ab-testing
reference:
- title: "About rstanarm"
desc: >
These pages provides a summary of the functionality available in rstanarm.
contents:
- rstanarm-package
- available-models
- available-algorithms
- title: "Fitting models"
desc: >
Functions for model fitting.
contents:
- starts_with("stan_")
- priors
- title: "Methods"
desc: >
Functions to work with fitted model objects.
contents:
- stanreg-objects
- ends_with("stanreg")
- starts_with("posterior_")
- ps_check
- ends_with("stanmvreg")
- ends_with("stanjm")
- title: "Additional documentation"
desc: >
Misc. other help pages.
contents:
- rstanarm-datasets
- example_model
- example_jm
- stanreg_list
- adapt_delta
- QR-argument
- neg_binomial_2
- rstanarm-deprecated
- logit