-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.qmd
67 lines (51 loc) · 1.62 KB
/
index.qmd
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
---
title: "Epiverse-TRACE How-to guides"
fig-cap-location: top
listing:
- id: describe-cases
contents: "analyses/describe_cases/*.qmd"
type: table
fields: [title]
- id: quantify-transmission
contents: "analyses/quantify_transmission/*.qmd"
type: table
fields: [title]
- id: reconstruct-transmission
contents: "analyses/reconstruct_transmission/*.qmd"
type: table
fields: [title]
- id: forecast-cases
contents: "analyses/forecast_cases/*.qmd"
type: table
fields: [title]
- id: estimate-severity
contents: "analyses/estimate_severity/*.qmd"
type: table
fields: [title]
- id: simulate-transmission
contents: "analyses/simulate_transmission/*.qmd"
type: table
fields: [title]
---
The Epiverse-TRACE **How-to guides** aim to collect recipe-like reproducible scripts to complete specific Outbreak analytics tasks following concrete steps using `R` packages. [^1]
[^1]: Refer to the [About](about.qmd) page for more details about the rationale behind the design of this site.
## Describe case data
:::{#describe-cases}
:::
## Quantify transmission
:::{#quantify-transmission}
:::
## Reconstruct transmission
:::{#reconstruct-transmission}
:::
## Create short-term forecast
:::{#forecast-cases}
:::
## Estimate severity
:::{#estimate-severity}
:::
## Simulate transmission scenarios
:::{#simulate-transmission}
:::
## Contribute
Follow our guidelines on [Getting help](https://github.com/epiverse-trace/howto/blob/main/.github/SUPPORT.md) with and [Contributing](https://github.com/epiverse-trace/howto/blob/main/.github/CONTRIBUTING.md) to the `howto` repository.