-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrstan_pkgdown.yml
More file actions
50 lines (43 loc) · 1.25 KB
/
rstan_pkgdown.yml
File metadata and controls
50 lines (43 loc) · 1.25 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
url: https://mc-stan.org/rstan
destination: "../.."
development:
mode: auto
template:
package: pkgdownconfig
navbar:
title: "rstan"
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: rstanarm
href: https://mc-stan.org/rstanarm
- text: rstantools
href: https://mc-stan.org/rstantools
- text: shinystan
href: https://mc-stan.org/shinystan
articles:
- title: "Using the RStan package"
desc: >
These vignettes provide an introduction to fitting a model in
RStan, extracting the important contents from fitted model objects,
including external C++ code in a Stan program, and performing simulation
based calibration.
contents:
- rstan
- stanfit-objects
- external
- SBC