forc2df | R Documentation |
forc2df
takes one or more objects of the Forecast class and collects
them into a data frame. Returns a data frame with all of the information that
was stored in the Forecast objects. If multiple forecasts are being
collected, all forecasts must have identical future and realized values.
forc2df(...)
... |
One or multiple forecasts of the class Forecast. |
data.frame
object that contains forecast information.
For a detailed example see the help vignette:
vignette("lmForc", package = "lmForc")
## Not run:
forc2df(x1_forecast)
forc2df(x1_forecast, x2_forecast)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.