View source: R/print.varshsum.R
| print.varshsum | R Documentation |
print method for an object obtained by summary.varshrinkest().
## S3 method for class 'varshsum'
print(
x,
digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
x |
An object of class "varshsum" |
digits, signif.stars, ... |
Other arguments for |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.