mysurvregSimple | R Documentation |
Fit Simple AFT Model
mysurvregSimple(fit, threshold = 0.2, digits = 2, mode = 1)
fit |
An object of class survreg |
threshold |
numeric p-value threshold to enter multiple model |
digits |
integer indicating the position decimal place |
mode |
integer |
An object of class "data.frame"
require(survival)
data(cancer)
fit=survreg(Surv(time,status)~rx+age+strata(sex)+obstruct+perfor,data=colon)
mysurvregSimple(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.