VARshrink (version 0.3.1)

print.varshrinkest: Print method for class "varshrinkest"

Description

Print method for an object of class "varshrinkest"

Usage

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

Arguments

x

An object of class "varshrinkest"

digits, ...

Other arguments for print() method

Examples

Run this code
# NOT RUN {
data(Canada, package = "vars")
y <- diff(Canada)
estim <- VARshrink(y, p = 2, type = "const", method = "ridge")
print(estim)
# }

Run the code above in your browser using DataCamp Workspace