Li, Jia wrote:
Dear all,

I am wondering if there is a way to find how R defined(or wrote) the function of "coxph"? I don not mean the one that we get by checking help(coxph), but the one like coxph<-function(....){...}

Thanks,

Jia


At the commandline, type the following:

library(survival)
coxph

BTW, I'm assuming you are referring to the coxph in the survival package. Please be more specific next time. Better yet, read the posting guide.

--sundar

______________________________________________
[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