-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
64 lines (55 loc) · 1.41 KB
/
_pkgdown.yml
File metadata and controls
64 lines (55 loc) · 1.41 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
url: https://timktsang.github.io/seroreconstruct/
template:
bootstrap: 5
reference:
- title: "Model Fitting"
desc: "Core functions for running the MCMC and extracting results"
contents:
- sero_reconstruct
- summary.seroreconstruct_fit
- summary.seroreconstruct_joint
- summary.seroreconstruct_multi
- title: "Visualization"
desc: "Publication-ready plots"
contents:
- plot_diagnostics
- plot_trajectory
- plot_boosting
- plot_waning
- plot_infection_prob
- title: "Tables"
desc: "Summary tables for model output"
contents:
- table_parameters
- table_infections
- title: "Simulation"
desc: "Generate synthetic data"
contents:
- simulate_data
- title: "Data"
desc: "Bundled example datasets"
contents:
- inputdata
- flu_activity
- para1
- para2
- title: "S3 Methods"
desc: "Print and subset methods"
contents:
- print.seroreconstruct_fit
- print.seroreconstruct_joint
- print.seroreconstruct_multi
- print.summary.seroreconstruct_fit
- print.summary.seroreconstruct_joint
- print.summary.seroreconstruct_multi
- "[[.seroreconstruct_multi"
- title: "Deprecated"
contents:
- output_model_estimate
articles:
- title: "Getting Started"
contents:
- introduction
- title: "Methodology"
contents:
- methodology