ds_fcast: ds_fcast constructor

Description Usage Arguments Examples

View source: R/ds-fcast.R

Description

ds_fcast constructor

Usage

1

Arguments

x

a data frame of forecasts

Examples

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))

andybega/demspaces documentation built on April 18, 2021, 11:05 p.m.