Skip to content

Commit

Permalink
define case_num var even when pulling data from epidatasets
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed Oct 30, 2024
1 parent 7cc4a8f commit 202a226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/smooth-qr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ state cases and deaths. This sample data ranges from Dec. 31, 2020 to
Dec. 31, 2021.

```{r}
edf <- covid_case_death_rates
edf <- epidatasets::covid_case_death_rates
```

We will set the forecast date to be November 30, 2021 so that we can produce
Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/symptom-surveys.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ library(purrr)
library(epipredict)
library(recipes)
case_num <- 200
z <- epidatasets::county_smoothed_cli_comparison
```

Expand Down

0 comments on commit 202a226

Please sign in to comment.