-
Notifications
You must be signed in to change notification settings - Fork 11
/
_pkgdown.yml
111 lines (91 loc) · 2.44 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
104
105
106
107
108
109
110
111
url: https://epiverse-trace.github.io/epiparameter
template:
package: epiversetheme
bslib:
font_weight_base : 300
development:
mode: unreleased
reference:
- title: epiparameter classes
- subtitle: epiparameter object
desc: Class constructor, validator, and methods
contents:
- epiparameter
- discretise
- ends_with("\\.epiparameter")
- -has_keyword("epiparameter_distribution_functions")
- -starts_with("convert_")
- assert_epiparameter
- test_epiparameter
- ends_with("\\.multi_epiparameter")
- title: Accessors
desc: Get data from epi classes
contents:
- get_citation
- get_parameters
- title: epiparameter helper functions
desc: Functions to help construct `<epiparameter>` objects
contents:
- starts_with("create_")
- title: epiparameter from {epiparameter} library
desc: Retrieve `<epiparameter>` object directly from database
contents:
- epiparameter_db
- title: Coercion
desc: Convert data from and to `<epiparameter>`
contents:
- as_epiparameter
- as_epiparameter.data.frame
- title: Explore epiparameters
desc: Table of epi parameters
contents:
- parameter_tbl
- title: Distribution functions
desc: Functions for operating on `<epiparameter>` distributions
contents:
- cdf.epiparameter
- title: Parameter extraction
desc: Extract distribution parameters from summary statistics
contents:
- extract_param
- title: Parameter conversion
desc: Convert distribution parameter to summary statistics and vice versa
contents:
- starts_with("convert_")
- title: Epi object checking
desc: Check an object is of a certain type or feature
contents:
- starts_with("is_")
- title: Utility function
contents:
- calc_disc_dist_quantile
- title: Package data
desc: Data stored in the package
contents:
- epireview_core_cols
- title: Options
contents:
- epiparameter_options
articles:
- title: Get started
navbar: Intro
contents:
- epiparameter
- extract_convert
- title: Parameter library
navbar: Epiparameter Data
contents:
- data_protocol
- database
- title: Data from other packages
navbar: Handling data from other packages
contents:
- articles/data_from_epireview
- title: Auxiliary
navbar: Auxiliary
contents:
- extract-bias
- title: Developer Documentation
navbar: Developer Documentation
contents:
- design_principles