Skip to content

Commit 5c8322d

Browse files
committed
docs (epiprocess.Rmd): attempt short intro intro + ref dplyr "verbs"
1 parent d3827a3 commit 5c8322d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

vignettes/epiprocess.Rmd

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,21 @@ editor_options:
99
chunk_output_type: console
1010
---
1111

12-
The [`{epiprocess}`](https://cmu-delphi.github.io/epiprocess/) package provides
12+
The [`{epiprocess}`](https://cmu-delphi.github.io/epiprocess/) package works
13+
with epidemiological time series and version data to provide situational
14+
awareness, processing and transformations in preparation for modeling, and
15+
version-faithful model backtesting. It contains:
1316

1417
- `epi_df`, a class for working with epidemiological time series data;
1518
- `epi_archive`, a class for working with the version history of such time series data;
1619
- sample data in these formats;
17-
- functions for common data transformations (e.g., 7-day averages);
20+
- [`{dplyr}`](https://dplyr.tidyverse.org/)-esque "verbs" for common data
21+
transformations (e.g., 7-day averages);
1822
- functions for exploratory data analysis and situational awareness (e.g.,
1923
outlier detection and growth rate estimation); and
20-
- functions for version-faithful "pseudoprospective" backtesting of models, and
21-
other version history analysis.
24+
- [`{dplyr}`](https://dplyr.tidyverse.org/)-esque "verbs" for version-faithful
25+
"pseudoprospective" backtesting of models, and other version history analysis
26+
and transformations.
2227

2328
It is part of a broader suite of packages including
2429
[`{epidatr}`](https://cmu-delphi.github.io/epidatr/),

0 commit comments

Comments
 (0)