Description Usage Arguments Value
View source: R/data_management.R
This function extracts the forecasts and prediction intervals from a list.
1 | get_fc_with_PI(fc_ls, exclude_PI = FALSE)
|
fc_ls |
A list, the forecasts must be stored under the keyword 'mean'. |
exclude_PI |
A boolean, to extract prediction intervals stored in 'list' object under the keywords 'upper' and 'lower'. |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.