shrink.coxph | R Documentation |
coxph
.Internal function for shrink
.
shrink.coxph(fit, type, method, join, notes, postfit)
fit |
a fit object of class |
type |
of shrinkage, either |
method |
of shrinkage estimation, either |
join |
compute optional joint shrinkage factors for sets of specified columns
of the design matrix, if |
notes |
print notes. Default is TRUE. |
postfit |
obtain fit with shrunken regression coefficients. This option is only available for models without an intercept. Default is TRUE. |
A list with the following elements
ShrinkageFactors | cdot |
ShrinkageFactorsVCOV | sfit$var |
ShrunkenRegCoef | cdot * beta |
postfit | pfit |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.