"Song, Guangchun" <[EMAIL PROTECTED]> writes:

> Dear r-users,
> 
> I want to use the Cox's ph model to analyze survival data set.  How can I
> extract the model coefs. and Wald test p-value or Score?

Unlike most other modelling code, summary.coxph() just prints its
results rather than store them in an object that can be queried. So
basically, you need to copy code from summary.coxph. It's not all that
hard. 

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to