Skip to content

Commit 800e22a

Browse files
committed
snapshot and doc changes
1 parent 8f308b2 commit 800e22a

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

man/step_epi_slide.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# epi_slide works on weekly data with one of before/ahead set
2+
3+
Code
4+
baked
5+
Output
6+
An `epi_df` object, 40 x 4 with metadata:
7+
* geo_type = state
8+
* time_type = week
9+
* as_of = 1999-09-09
10+
11+
# A tibble: 40 x 4
12+
geo_value time_value value epi_slide__.f_value
13+
* <chr> <date> <int> <dbl>
14+
1 ca 2022-01-01 2 2
15+
2 ca 2022-01-08 3 2.5
16+
3 ca 2022-01-15 4 3
17+
4 ca 2022-01-22 5 3.5
18+
5 ca 2022-01-29 6 4.5
19+
6 ca 2022-02-05 7 5.5
20+
7 ca 2022-02-12 8 6.5
21+
8 ca 2022-02-19 9 7.5
22+
9 ca 2022-02-26 10 8.5
23+
10 ca 2022-03-05 11 9.5
24+
# i 30 more rows
25+

0 commit comments

Comments
 (0)