summary.shrinklm {VARshrink}R Documentation

Summary method for class "shrinklm"

Description

Class "shrinklm" inherits the class "lm", and it extends the "lm" class to incorporate shrinkage estimates with effective number of parameter.

Usage

## S3 method for class 'shrinklm'
summary(object, correlation = FALSE,
  symbolic.cor = FALSE, ...)

Arguments

object

An object of class "shrinklm"

correlation

If TRUE, the correlation matrix of the the estimated coefficients is returned and printed.

symbolic.cor

If TRUE, print the correlations in a symbolic form rather than as numbers

...

Currently not used.


[Package VARshrink version 0.3.1 Index]