powered by
Fit Simple AFT Model
mysurvregSimple(fit, threshold = 0.2, digits = 2, mode = 1)
An object of class "data.frame"
An object of class survreg
numeric p-value threshold to enter multiple model
integer indicating the position decimal place
integer
require(survival) data(cancer) fit=survreg(Surv(time,status)~rx+age+strata(sex)+obstruct+perfor,data=colon) mysurvregSimple(fit)
Run the code above in your browser using DataLab