Description Usage Arguments Value
View source: R/scale_by_forecaster.R
Scale error measures based on those of a particular forecaster.
1 2 3 4 5 6 7 8 | scale_by_forecaster(
score_card,
score_cols,
base_forecaster_name,
id_cols = c("forecaster", "ahead", "geo_value", "forecast_date", "data_source",
"signal", "target_end_date", "incidence_period"),
drop_base_entries = TRUE
)
|
score_card |
score_card like that returned by |
score_cols |
vector of column names in |
base_forecaster_name |
name of forecaster in |
id_cols |
vector of column names in |
drop_base_entries |
whether to drop the entries in |
A tibble whose columns are c(id_cols, score_cols)
whose id_cols
values are copied
directly from score_card
and whose score_cols
values are normalized with respect to
base_forecaster_name
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.