Learn R Programming

VARshrink (version 0.3.3)

print.varshsum: Print method for class "varshsum"

Description

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

Usage

# S3 method for 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 the covariance matrix Sigma and the degrees-of-freedom dof for the multivariate t-distribution for the residuals.