coef.fastVAR.VAR: VAR Coefficients

Description Usage Arguments Value

View source: R/fastVAR.R

Description

If the VAR object was fit using a l2 penalty, then the full ridge path was calculated and stored in the object. This means the user can adjust the ridge penalty term here and recompute the coefficients of the VAR

Usage

1
2
  ## S3 method for class 'fastVAR.VAR'
 coef(VAR, ...)

Arguments

VAR

an object of class fastVAR.VAR

...

if VAR was fit using a l2 penalty, the user can specify a different l2 penalty here and have the coefficients recomputed

Value

The coefficients for the VAR model


jeffwong/fastVAR documentation built on May 19, 2019, 4:02 a.m.