onlineVAR (version 0.1-1)

coef.onlineVAR: Methods for onlineVAR Objects

Description

Methods for extracting information from fitted onlineVAR objects.

Usage

# S3 method for onlineVAR
coef(object, time = "last", s = NULL, lags = NULL, …)

Arguments

object

An object of class "onlineVAR".

time

Time step from which coefficient matrix estimates are taken. Default is "last" to take the estimates from the last update. Other time steps can only be specified if model has been fitted with trace=TRUE.

s

Optional index specifying which lambda in the lambda.ratio sequence to use. If not specified, optimum s is taken based on weighted squared error.

lags

Optional vector specifying for which lags coefficients should be returned. If not specified, coefficient matrices for all lags are returned.

Required for S3 compatibility.

Details

In addition to the coef method above, also the standard extractor functions print and summary for "onlineVAR" objects are available.

See Also

onlineVAR