View source: R/auxiliary_functions.R
by_cols_terc_fc_score_sp | R Documentation |
Gets column names to group by when calculating scores for tercile forecasts. Some tercile forecasts, such as ROC score or SRC (slope of reliability curve) require many data points and should therefore be pooled in space. This auxiliary function returns the default column names to group by for these scores. The suffix _sp stands for spatial pooling.
by_cols_terc_fc_score_sp(dt = NULL)
dt |
optional. You can provide a data table, then the function returns the names of grouping variables in this data table. |
A vector of characters with the column names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.