print.varshrinkest {VARshrink} | R 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)
[Package VARshrink version 0.3.1 Index]