Description Usage Arguments Details Value See Also Examples
Extract forecasts from and object.
1 2 3 4 5 6 7 |
obj |
An object which contains forecasts. |
This generic method extracts the forecasts (only) from objects returned by other methods that calculate forecasts. Usually the objects returned by the methods which calculate forecasts contain additional information which is not returned by this extractor.
The forecasts from an object which contains forecasts.
1 2 3 4 | data("egJofF.1dec93.data", package="dse")
model <- estVARXls(window(egJofF.1dec93.data, end=c(1985,12)))
pr <- forecast(model, conditioning.inputs=inputData(egJofF.1dec93.data))
z <- forecasts(pr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.