coef.shrink: Returns Shrunken Regression Coefficients from Objects of...

View source: R/coef.shrink.R

coef.shrinkR Documentation

Returns Shrunken Regression Coefficients from 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'
coef(object, ...)

Arguments

object

an object of class shrink.

...

further arguments.

Value

A vector with shrunken regression coefficients

See Also

shrink, print.shrink, predict.shrink, summary.shrink, vcov.shrink


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