forked from mrc-ide/squire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
43 lines (39 loc) · 1019 Bytes
/
_pkgdown.yml
File metadata and controls
43 lines (39 loc) · 1019 Bytes
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
destination: docs
template:
params:
bootswatch: flatly
reference:
- title: "Running the model"
desc: "Functions for running squire models and calibrating them"
contents:
- run_explicit_SEEIR_model
- run_simple_SEEIR_model
- calibrate
- title: "Country level parameters"
desc: "Functions for getting country demography and mixing matrices"
contents:
- get_population
- get_mixing_matrix
- title: "Beta estimation"
desc: "Functions for estimating beta for a given R0"
contents:
- beta_est_explicit
- beta_est
- title: "Model output summaries"
desc: "Functions for summarising the model components"
contents:
- untransformed_output
- wide_output
- long_output
navbar:
type: default
left:
- href: index.html
icon: fa-home
- text: Reference
href: reference/index.html
- text: News
href: news/index.html
right:
- icon: fa-github
href: https://github.com/mrc-ide/squire