summary method for an object of class "shrinklm".
# S3 method for shrinklm
summary(object, correlation = FALSE, symbolic.cor = FALSE, ...)Returns a list with class attribute "summary.lm", which contains summary statistics of the fitted linear model given in object.
An object of class "shrinklm"
If TRUE, the correlation matrix of the the estimated coefficients is returned and printed.
If TRUE, print the correlations in a symbolic form rather than as numbers
Currently not used.
The class "shrinklm" inherits from the class "lm", and extends it to incorporate shrinkage estimates with the effective number of parameters.