-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
103 lines (99 loc) · 2.71 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
url: https://epidist.epinowcast.org/
template:
package: enwtheme
math-rendering: mathjax
development:
mode: auto
navbar:
structure:
left: [faq, intro, reference, articles, news]
right: [search, github, lightswitch]
components:
faq:
text: FAQ
href: articles/faq.html
articles:
text: Articles
menu:
- text: Advanced features with Ebola data
href: articles/ebola.html
- text: Approximate Bayesian inference
href: articles/approx-inference.html
- text: Guide to the statistical models implemented in epidist
href: articles/model.html
authors:
Adam Howes:
href: "https://athowes.github.io/"
Sam Abbott:
href: "https://www.samabbott.co.uk/"
reference:
- title: Linelist data
desc: Functions for preparing linelist data
contents:
- has_concept("linelist_data")
- title: Aggregate data
desc: Functions for preparing aggregate data
contents:
- has_concept("aggregate_data")
- title: Model fitting
desc: Functions for fitting delay distribution models using `brms`
contents:
- has_concept("fit")
- title: Naive model
desc: Specific methods for the naive model
contents:
- has_concept("naive_model")
- title: Latent model
desc: Specific methods for the latent model
contents:
- has_concept("latent_model")
- title: Marginal model
desc: Specific methods for the marginal model
contents:
- has_concept("marginal_model")
- title: Postprocess
desc: Functions for postprocessing model output
contents:
- has_concept("postprocess")
- title: Diagnostic functions
contents:
- has_concept("diagnostics")
- title: Assert validity of objects
desc: Functions used to assert the validity of package objects
contents:
- has_concept("assert")
- title: Family
desc: Functions related to specifying custom `brms` families
contents:
- has_concept("family")
- title: Formula
desc: Functions related to specifying custom `brms` formula
contents:
- has_concept("formula")
- title: Transform data
desc: Transform data using the formula and family information
contents:
- has_concept("transform_data")
- title: Prior distributions
desc: Functions for specifying prior distributions
contents:
- has_concept("prior")
- title: Stan code
desc: Functions for specifying custom Stan code to put into `brms`
contents:
- has_concept("stan")
- title: Generator model functions
desc: Generator functions for creating family specific model utilities.
contents:
- has_concept("gen")
- title: Simulation
desc: Tools for simulating datasets
contents:
- has_concept("simulate")
- title: Data
desc: Data included with the package
contents:
- has_concept("data")
- title: Reexported functions
contents:
- reexports