View source: R/summary.shrinklm.R
| summary.shrinklm | R Documentation |
summary method for an object of class "shrinklm".
## S3 method for class 'shrinklm'
summary(object, correlation = FALSE, symbolic.cor = FALSE, ...)
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. |
The class "shrinklm" inherits from the class "lm", and extends it to incorporate shrinkage estimates with the effective number of parameters.
Returns a list with class attribute "summary.lm", which contains summary statistics of the fitted linear model given in object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.