extractforecastCov {dse2}R Documentation

Extract Forecast Covariance

Description

extract forecastCov from objects

Usage

    extractforecastCov(e, n)
    ## S3 method for class 'forecastCovEstimatorsWRTdata':
    extractforecastCov(e, n)
    ## S3 method for class 'forecastCovEstimatorsFromModel':
    extractforecastCov(e, n)

Arguments

e A "forecastCovEstimatorsWRTdata", "forecastCov" object.
n A vector on integers.

Details

Select a subset of models and their forecast covariances from a larger object.

Value

A forecastCov object.

See Also

forecastCov


[Package dse2 version 2008.10-1 Index]