Learn R Programming

dse (version 2014.11-1)

extractforecastCov: 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.

Value

  • A forecastCov object.

concept

DSE

Details

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

See Also

forecastCov