lm.Internal function for shrink.
shrink.lm(fit, type, method, join, notes, postfit)A list with the following elements:
| ShrinkageFactors | cdot[rmInt] | 
| ShrinkageFactorsVCOV | summary.glm(sfit)$cov.scaled | 
| ShrunkenRegCoef | shcoef | 
| postfit | pfit | 
a fit object of class lm, glm, coxph, or mfp.
The fit object must have been called with x = TRUE (and
y = TRUE in case of class lm).
of shrinkage, either "parameterwise" (default), "global"
shrinkage, or "all".
of shrinkage estimation, either "jackknife" (based on
leave-one-out resampling, default) or "dfbeta" (excellent approximation
based on DFBETA residuals).
compute optional joint shrinkage factors for sets of specified columns
of the design matrix, if type = "parameterwise". See details.
print notes. Default is TRUE.
obtain fit with shrunken regression coefficients. This option is only available for models without an intercept. Default is TRUE.