Re: [R] Help with coxph object

2008-01-21 Thread David Hajage
hello, it is in the summary.coxph object : > names(summary(yourcoxobject)) You can see '$coef' > summary(yourcoxobject)$coef[,5] 2008/1/21, Eleni Christodoulou <[EMAIL PROTECTED]>: > > Hello R community! > > I am trying to apply the cox model and thus I am creating a coxph object. > I > would l

[R] Help with coxph object

2008-01-21 Thread Eleni Christodoulou
Hello R community! I am trying to apply the cox model and thus I am creating a coxph object. I would like to retrieve the p-values from this and keep them separately in another vector. I can see them when I give a command for the result to appear. However, the p values are not in the list of value