Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

[R] Coxph with factors

Kylie-Anne Richards

2005-07-14

Replies:

Hello,

I am fitting a coxph model with factors. I am running into problems when
using 'survfit'. I am unsure how R is treating the factors when I fit, say:
>     DATA<-data.frame(time.sec,done,f.pom=factor(f.pom),po,vo)
>     final<-coxph(Surv(time.sec,done)~f.pom*vo+po,data=DATA)
>      final.surv<-survfit((final), individual=T,conf.type="log-log")
>      print(final.surv)

Also, when I trying using survfit with presepecified values for the
covariates and factor (i.e. '0' to get the baseline) I get an error message,
which I think is a result of my inability to specify the factors in the
correct manner.


I would very much appreciate if somebody can help me out.

Thanks very much,


Kylie

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.