-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
72 lines (72 loc) · 1.76 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
url: https://nerc-ceh.github.io/jsdmstan/
template:
bootstrap: 5
bslib:
bg: "#fff"
fg: "#292C2F"
primary: "#0483A4"
secondary: "#EAEFEC"
success: "#37a635"
info: "#34b8c7"
warning: "#F49633"
base_font: {google: "Montserrat"}
heading_font: {google: "Montserrat"}
code_font: {google: "Roboto Mono"}
reference:
- title: Simulate data
desc: Simulate data according to the jsdm model structures
- contents:
- jsdm_sim_data
- sim_helpers
- title: Model
desc: Run jsdmstan models
- contents:
- stan_jsdm
- stan_gllvm
- stan_mglmm
- update.jsdmStanFit
- title: Set-up functions
desc: >
Functions used to set up the prior structure (used in both data simulation
and model fitting) and the Stan code used within model fitting
- contents:
- jsdm_stancode
- jsdm_prior
- title: Summaries
desc: >
Extract useful quantities from the model objects. This includes overall
summaries of model parameters and model diagnostics.
- contents:
- extract
- loo.jsdmStanFit
- jsdmstan-extractors
- loo
- print.jsdmStanFit
- summary.jsdmStanFit
- print.jsdmStanFamily
- title: Graphical summaries
desc: >
Plots of various model parameters, including jSDM specific summary plots as
well as more general model summaries
- contents:
- corrplot
- envplot
- ordiplot
- mcmc_plot.jsdmStanFit
- plot.jsdmStanFit
- title: Posterior prediction
desc: >
Extract posterior distributions and predict from them, including graphical
posterior checks
- contents:
- starts_with("posterior_")
- pp_check.jsdmStanFit
- multi_pp_check
- jsdm_statsummary
- title: Other
desc: Objects and classes used within jsdmstan
- contents:
- jsdmStanFit
- jsdmStanFamily
- jsdmstan-package
- has_keyword("datasets")