Description Usage Arguments Examples
View source: R/ds-fcast.R
ds_fcast constructor
1
ds_fcast(x)
x
a data frame of forecasts
1 2 3 4 5
data("states") mdl <- ds_logistic_reg("v2x_veracc_osp", states) preds <- predict(mdl, new_data = states) head(ds_fcast(preds))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.