Description Usage Arguments Value Examples
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
1 | get.cdc.da(mydata = NULL)
|
mydata |
A dataframe with all the available for this DICE run |
- A mydata data frame with the additional augmented data and its weight
1 | mydata <- get.cdc.da(mydata = mydata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.