shrink
This class of objects is returned by the shrink
function. Objects of this
class have methods for the functions coef
, predict
, print
,
summary
, and vcov
.
# S3 method for shrink
summary(object, digits = 6, ...)
A matrix with regression coefficients of the orginial fit, corresponding shrinkage factors and shrunken regression coefficients.
an object of class shrink
.
integer, used for number formatting with signif
().
further arguments.
shrink
, coef.shrink
, print.shrink
,
predict.shrink
, vcov.shrink