« Return to Thread: retrieve p-value from a cox.obj

Re: retrieve p-value from a cox.obj

by clearsky :: Rate this Message:

Reply to Author | View in Thread

I tried obj$p, obj$pvalue, but they both returned null~~

clearsky wrote:
I have a cox.obj named obj,
obj <- coxph( Surv(time, status) ~ group, surv.data)
now I want to retrieve the p-value from obj, so that I can run this hundreds of times and plot out the distribution of the p-value. could anyone tell me how to get p-value from obj?

thanks,

 « Return to Thread: retrieve p-value from a cox.obj