print.varshsum: Print method for class "varshsum"

Description Usage Arguments Details

Description

Print method for an object obtained by summary.varshrinkest().

Usage

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

Arguments

x

An object of class "varshsum"

digits, signif.stars, ...

Other arguments for print(), printCoefmat(), format() method

Details

This function extends print.varsum() for VAR models estimated by shrinkage methods. The output includes scale matrix Sigma and degree of freedom dof for multivariate t-distribution for residuals.


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