Closed as not planned
Description
In advanced.Rmd
, we fit a nowcasting model for y given x using epi_slide
. However, beyond the latency&revision-naiveness, it is also will give unrealistic performance because it includes the testing data in the training data. If we want to enable this type of operation (questionable; should we route solely to epi_archive
?), it'd be nice to be able to set after = -k
when the reporting latency is expected to be k
.