[R] Nomogram with stratified cph in Design package-- failure probability

2011-11-29 Thread min
Hello, I am using Dr. Harrell's design package to make a nomogram. I was able to make a beautiful one. However, I want to change 5-year survival probability to 5-year failure probability. I couldn’t get hazard rate from Hazard(f1) because I used cph for the model. Here is my code: f1 <- cph

Re: [R] Nomogram with stratified cph in Design package-- failure probability

2011-11-29 Thread min
sorry the code for nomogram par(cex=0.8) nom<- nomogram(f1, conf.int=F, fun=list(surv5, surv10), funlabel=c('5-Year Survival Probability', '10-Year Survival Probability' ), lp=F, fun.at=c(at.surv, at.surv),label.every=1, force.label=FALSE, cex.axis=0.8, verbose=TRUE, cex.var=0.8) Thanks Min

Re: [R] Nomogram with stratified cph in Design package-- failure probability

2011-11-29 Thread Frank Harrell
Please convert to rms. Design is no longer supported. See http://biostat.mc.vanderbilt.edu/Rrms Frank min wrote > > sorry the code for nomogram > > par(cex=0.8) > nom<- nomogram(f1, conf.int=F, > fun=list(surv5, surv10), funlabel=c('5-Year Survival Probability', > '10-Year Survival Probabilit