print.varshrinkest: Print method for class "varshrinkest"

Description Usage Arguments Examples

View source: R/print.varshrinkest.R

Description

Print method for an object of class "varshrinkest"

Usage

1
2
3
## S3 method for class 'varshrinkest'
print(x, digits = max(3, getOption("digits") - 3),
  ...)

Arguments

x

An object of class "varshrinkest"

digits, ...

Other arguments for print() method

Examples

1
2
3
4
data(Canada, package = "vars")
y <- diff(Canada)
estim <- VARshrink(y, p = 2, type = "const", method = "ridge")
print(estim)

VARshrink documentation built on Oct. 9, 2019, 5:06 p.m.