-
Notifications
You must be signed in to change notification settings - Fork 13
/
_pkgdown.yml
65 lines (62 loc) · 1.66 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
navbar:
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: "Using the incidence package"
- text: "Overview"
href: articles/overview.html
- text: "Customising Epicurves (visualisation)"
href: articles/customize_plot.html
- text: "Exporting Incidence Data"
href: articles/conversions.html
- text: "------------------"
- text: "Understanding the incidence package"
- text: "The incidence class (data)"
href: articles/incidence_class.html
- text: "The incidence_fit class (models)"
href: articles/incidence_fit_class.html
- text: Changelog
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/reconhub/incidence
reference:
- title: Data Conversion
desc: >
Functions for computing and converting incidence objects
contents:
- '`incidence`'
- '`as.data.frame.incidence`'
- title: Incidence Curve Visualisation
desc: >
Functions for plotting incidence curves and models
contents:
- '`plot.incidence`'
- '`incidence_pal1`'
- title: Accessors
desc: Accessor functions for the incidence object
contents:
- '`get_counts`'
- '`get_dates`'
- '`get_fit`'
- '`group_names`'
- '`dim.incidence`'
- title: Data Manipulation
desc: >
Functions for manipulating incidence objects by date or group
contents:
- '`subset.incidence`'
- '`pool`'
- '`cumulate`'
- title: Parameter Estimation
desc: >
Functions for estimating parameters such as peak and doubling time
contents:
- '`bootstrap`'
- '`estimate_peak`'
- '`find_peak`'
- '`fit`'