How can I compute pairwise p-values in Kaplan-meier plots for three or more groups? bin.1<-cut(score,c(-1000,-1,1,1000),c("low","intermediate","high")) I use "km.coxph.plot" currently which reports one p-value. Thanks very much. [[alternative HTML version deleted]]
On Mar 13, 2011, at 8:33 PM, Angel Russo wrote:> How can I compute pairwise p-values in Kaplan-meier plots for three > or more > groups? > > bin.1<-cut(score,c(-1000,-1,1,1000),c("low","intermediate","high")) > > I use "km.coxph.plot" currently which reports one p-value.help(summary.glht, package=multcomp) -- David Winsemius, MD West Hartford, CT
Maybe Matching Threads
- Reporting Kaplan-Meier / Cox-Proportional Hazard Standard Error, km.coxph.plot, survfit.object
- putting the mark for censored time on 1-KM curve or competing risk curve
- Kaplan Meier function
- survfit question
- need some help about using R for Kaplan-Meier estimator