grow_dlog2 | R Documentation |
Take a test data frame with predicted series of dlogs and use it to grow out the actual series of interest. Similar to grow_dlog, but this uses data in df format, while the other uses data in xts format. Also, this returns the data in df format.
grow_dlog2(predict_df, train_df, predict_dlog, predict_level)
predict_df |
the object with predicted dlog values, it is just the |
train_df |
train_df is the object with historical data, it is used |
predict_dlog |
character vector name of the predicted dlog series |
predict_level |
character vector name of the level series we are creating |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.