Learn R Programming

shrink (version 1.2.3)

Global, Parameterwise and Joint Shrinkage Factor Estimation

Description

The predictive value of a statistical model can often be improved by applying shrinkage methods. This can be achieved, e.g., by regularized regression or empirical Bayes approaches. Various types of shrinkage factors can also be estimated after a maximum likelihood. While global shrinkage modifies all regression coefficients by the same factor, parameterwise shrinkage factors differ between regression coefficients. With variables which are either highly correlated or associated with regard to contents, such as several columns of a design matrix describing a nonlinear effect, parameterwise shrinkage factors are not interpretable and a compromise between global and parameterwise shrinkage, termed 'joint shrinkage', is a useful extension. A computational shortcut to resampling-based shrinkage factor estimation based on DFBETA residuals can be applied. Global, parameterwise and joint shrinkage for models fitted by lm(), glm(), coxph(), or mfp() is available.

Copy Link

Version

Install

install.packages('shrink')

Monthly Downloads

418

Version

1.2.3

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

October 31st, 2023

Functions in shrink (1.2.3)

shrink-package

Global, Parameterwise and Joint Shrinkage Factor Estimation
deepvein

Deep Vein Thrombosis Study
shrink

Global, Parameterwise and Joint Shrinkage of Regression Coefficients
coef.shrink

Returns Shrunken Regression Coefficients from Objects of Class shrink
print.shrink

Print Method for Objects of Class shrink
predict.shrink

Predict Method for Objects of Class shrink
vcov.shrink

Calculate Variance-Covariance Matrix of Shrinkage Factors for Objects of Class shrink
summary.shrink

Summary Method for Objects of Class shrink
isrcs

Test if rcs from the rms Package was Used in the Fit.
GBSG

German Breast Cancer Study Group
shrink.glm

Global, Parameterwise and Joint Shrinkage of Regression Coefficients for Fit Object's of Class glm.
shrink.coxph

Global, Parameterwise and Joint Shrinkage of Regression Coefficients for Fit Object's of Class coxph.
shrink.lm

Global, Parameterwise and Joint Shrinkage of Regression Coefficients for Fit Object's of Class lm.