forked from stan-dev/cmdstanr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
83 lines (76 loc) · 2.01 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
url: https://mc-stan.org/cmdstanr
destination: docs
development:
mode: auto
template:
params:
bootswatch: cosmo
navbar:
title: "cmdstanr"
left:
- text: "Vignettes"
href: articles/index.html
- text: "Functions"
href: reference/index.html
# - text: "News"
# href: news/index.html
- text: "Other Packages"
menu:
- text: "rstan"
href: https://mc-stan.org/rstan
- text: "rstanarm"
href: https://mc-stan.org/rstanarm
- text: "bayesplot"
href: https://mc-stan.org/bayesplot
- text: "shinystan"
href: https://mc-stan.org/shinystan
- text: "loo"
href: https://mc-stan.org/loo
- text: "projpred"
href: https://mc-stan.org/projpred
- text: "rstantools"
href: https://mc-stan.org/rstantools
- text: "Stan"
href: https://mc-stan.org
right:
- icon: fa-twitter
href: https://twitter.com/mcmc_stan
- icon: fa-github
href: https://github.com/stan-dev/cmdstanr
- icon: fa-users
href: https://discourse.mc-stan.org/
home:
links:
- text: Ask a question
href: https://discourse.mc-stan.org/
- text: Browse source code
href: https://github.com/stan-dev/cmdstanr
reference:
- title: "Package description"
desc: >
An overview of the package and how it differs from
[RStan](https://mc-stan.org/rstan).
contents:
- cmdstanr-package
- title: "Installing and setting the path to CmdStan"
desc: >
Install CmdStan, assuming the necessary C++ toolchain.
contents:
- install_cmdstan
- cmdstan_path
- title: "Running CmdStan from R"
desc: >
Run CmdStan from R.
contents:
- cmdstan_model
- CmdStanModel
- starts_with("model-method")
- title: "Fitted model objects and methods"
contents:
- CmdStanMCMC
- CmdStanMLE
- CmdStanVB
- starts_with("fit-method")
- title: "Other tools for working with CmdStan"
contents:
- write_stan_json