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