ts_aug_none | R Documentation |
Does not make data augmentation.
ts_aug_none()
a ts_aug_none
object.
library(daltoolbox)
data(tsd)
#convert to sliding windows
xw <- ts_data(tsd$y, 10)
#no data augmentation
augment <- ts_aug_none()
augment <- fit(augment, xw)
xa <- transform(augment, xw)
ts_head(xa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.