Filter Object to Remove Forecasts
Filter object to remove forecasts.
excludeForecastCov(obj, exclude.series=NULL)
obj |
An object as returned by stripMine. |
exclude.series |
An indication of series to which should be excluded. |
Exclude results which depend on the indicated series from a (forecastCovEstimatorsWRTdata.subsets forecastCov) object.
The returned result is a forecastCov object like obj, but filtered to remove any forecasts from models which depend on the series which are indicated for exclusion.
data("eg1.DSE.data.diff", package="dse") z <- stripMine(eg1.DSE.data.diff, essential.data=c(1,2), estimation.methods=list(estVARXls=list(max.lag=3))) z <- excludeForecastCov(z, exclude.series=3)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.