We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00631f commit 45a241cCopy full SHA for 45a241c
musings/example-recipe.R
@@ -40,7 +40,7 @@ r <- epi_recipe(x) %>% # if we add this as a class, maybe we get better
40
step_epi_ahead(death_rate, ahead = 7) %>%
41
step_epi_lag(death_rate, lag = c(0, 7, 14)) %>%
42
step_epi_lag(case_rate, lag = c(0, 7, 14)) %>%
43
- step_narm()
+ step_naomit2()
44
45
46
slm <- linear_reg()
0 commit comments