View source: R/QuantileForecastMatrix.R
new_QuantileForecastMatrix | R Documentation |
Create a QuantileForecastMatrix object
new_QuantileForecastMatrix(
qfm,
row_index,
col_index,
model_col,
quantile_name_col,
quantile_value_col
)
qfm |
a matrix of forecasts. Distinct combinations of unit, |
row_index |
data frame giving unique combination of identifiers such as
location, forecast date, and target for each row of |
col_index |
data frame giving the combination of model and quantile
corresponding to each column of |
model_col |
name of column identifying model in long format
representation of forecasts; also appears in |
quantile_name_col |
name of column for quantile probability in long format data frame representation of forecasts |
quantile_value_col |
name of column for quantile value in long format data frame representation of forecasts |
QuantileForecastMatrix object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.