Learn R Programming

VARshrink (version 0.3.3)

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
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 DataLab