Skip to content

Commit 6ed820b

Browse files
authored
Merge pull request #552 from cmu-delphi/ds/vignettes3
doc: fix typo in archive vignette
2 parents d76def7 + b2c10da commit 6ed820b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

vignettes/epi_archive.Rmd

+4-6
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,10 @@ dv_archive_faux <- edf_latest %>%
365365

366366
Now we can slide the forecaster over the faux archive to produce forecasts at a
367367
number of dates in the past, spaced a month apart. Note that we will use the
368-
`case_rate_7d_av` signal from the merged archive, which is the smoothed COVID-19
369-
case rate. This is clearly equivalent, up to a constant, to modeling weekly sums
370-
of COVID-19 cases. We will forecast 7, 14, 21, and 28 days ahead, so to reduce
371-
typing, we create the wrapper function `k_week_ahead()`. We also produce
372-
forecasts in a version-aware way, which simply requires us to use the true
373-
`epi_archive` object instead of the faux one.
368+
`percent_cli` signal from the merged archive, which is the smoothed COVID-19
369+
case rate. We will forecast 7, 14, 21, and 28 days ahead. We produce forecasts
370+
in a version-aware way, which simply requires us to use the true `epi_archive`
371+
object instead of the faux one.
374372

375373
```{r}
376374
# Generate a sequence of forecast dates. Starting 3 months into the data, so we have

0 commit comments

Comments
 (0)