get.cdc.da: Augment a CDC Time Series

Description Usage Arguments Value Examples

View source: R/prior_fxns.R

Description

get.cdc.da is a wrapper for the data augmentation procedure Based on the value of the parameter 'da' it calls the function that augments with the historic null model (da=1) or the most similar season (da=2). If da=0 there is no data augmentation

Usage

1
get.cdc.da(mydata = NULL)

Arguments

mydata

A dataframe with all the available for this DICE run

Value

- A mydata data frame with the additional augmented data and its weight

Examples

1
mydata <- get.cdc.da(mydata = mydata)

predsci/DICE documentation built on Aug. 9, 2019, 9:41 a.m.