File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ epi_recipe <- function(x, ...) {
24
24
# ' column in the `epi_df` or `NULL`. If a date, it gives the date to which all
25
25
# ' operations are relative. Typically, in real-time tasks this is the date that
26
26
# ' the model is created (and presumably trained). In forecasting, this is
27
- # ' often the same the most recent date of
27
+ # ' often the same as the most recent date of
28
28
# ' data availability, but when data is "latent" (reported after the date to
29
29
# ' which it corresponds), or if performing a nowcast, the `reference_date` may
30
30
# ' be later than this. Setting `reference_date`
31
31
# ' to a value BEFORE the most recent data is not a true "forecast",
32
- # ' because future data is being used to create the model But this may be
32
+ # ' because future data is being used to create the model, but this may be
33
33
# ' reasonable in model building, nowcasting (predicting finalized values from
34
34
# ' preliminary data), or if producing a backcast. If `NULL`, it will be set
35
35
# ' to the `as_of` date of the `epi_df`.
You can’t perform that action at this time.
0 commit comments