On Tue, 11 Jul 2006, [EMAIL PROTECTED] wrote:
> How can I model coxph() in combination with competing risks
>
> i.e. I have two events and for event the object will leave the data set.
> So :
>
> Coxph(Surv(time,event)~....) the event is for all my objects 1.
>
> How can I model this?

There is nothing built in. Some proposals for competing risks analysis 
involve Cox models and generalized linear models and so can be implemented 
in R.  It depends on what you want to do -- there isn't a standard 
solution because a lot of what people want to do with competing risks is 
provably impossible.

        -thomas

Thomas Lumley                   Assoc. Professor, Biostatistics
[EMAIL PROTECTED]       University of Washington, Seattle

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to