summary.shrink: Summary Method for Objects of Class 'shrink'

View source: R/summary.shrink.R

summary.shrinkR Documentation

Summary Method for Objects of Class shrink

Description

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.

Usage

## S3 method for class 'shrink'
summary(object, digits = 6, ...)

Arguments

object

an object of class shrink.

digits

integer, used for number formatting with signif().

...

further arguments.

Value

A matrix with regression coefficients of the orginial fit, corresponding shrinkage factors and shrunken regression coefficients.

See Also

shrink, coef.shrink, print.shrink, predict.shrink, vcov.shrink


shrink documentation built on Nov. 2, 2023, 6:05 p.m.