-
Notifications
You must be signed in to change notification settings - Fork 9
/
_pkgdown.yml
53 lines (53 loc) · 1.18 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
url: https://docs.ropensci.org/stantargets
destination: docs/
navbar:
components:
targets:
text: targets
href: https://docs.ropensci.org/targets
cmdstanr:
text: cmdstanr
href: https://mc-stan.org/cmdstanr/index.html
structure:
left: [intro, reference, articles, targets, cmdstanr, news]
right: [search, github, lightswitch]
reference:
- title: Help
contents:
- 'stantargets-package'
- title: Examples
contents:
- 'tar_stan_example_data'
- 'tar_stan_example_file'
- title: MCMC
contents:
- 'tar_stan_mcmc'
- 'tar_stan_mcmc_rep_diagnostics'
- 'tar_stan_mcmc_rep_draws'
- 'tar_stan_mcmc_rep_summary'
- title: Generated quantities
contents:
- 'tar_stan_gq'
- 'tar_stan_gq_rep_draws'
- 'tar_stan_gq_rep_summary'
- title: Variational Bayes
contents:
- 'tar_stan_vb'
- 'tar_stan_vb_rep_draws'
- 'tar_stan_vb_rep_summary'
- title: Optimization
contents:
- 'tar_stan_mle'
- 'tar_stan_mle_rep_draws'
- 'tar_stan_mle_rep_summary'
- title: Other targets
contents:
- 'tar_stan_compile'
- 'tar_stan_summary'
articles:
- title: MCMC
desc: >
MCMC for Bayesian models
contents:
- introduction
- simulation