survreg2final | R Documentation |
Make final model using stepwise backward elimination
survreg2final(fit, threshold = 0.2)
fit |
An object of class "survreg" |
threshold |
Numeric |
An object of class "survreg" which is described in survreg
require(survival)
data(cancer)
fit=survreg(Surv(time,status)~rx+age+sex+obstruct+perfor,data=colon)
survreg2final(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.