print.varshrinkest: Print method for class "varshrinkest"

View source: R/print.varshrinkest.R

print.varshrinkestR Documentation

Print method for class "varshrinkest"

Description

print method for an object of class "varshrinkest"

Usage

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

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

VARshrink documentation built on Jan. 10, 2026, 1:06 a.m.