Hi everybody, Working with interval censored data using S+, I often use the survival analysis' functions kaplanMeier() and censorReg(). Does anybody know, whether these functions exist in R, too? Thanks in advance for any answer! Saludos, Klaus. ---------------------------------------------------- Klaus Langohr Departament d?Estad?stica i Investigaci? Operativa Universitat Polit?cnica de Catalunya C/ Pau Gargallo, 5 E-08028 Barcelona Tel: (+34) 93.401.6939 Fax: (+34) 93.401.5855 ----------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Klaus Langohr wrote:> > Hi everybody, > Working with interval censored data using S+, I often use the survival > analysis' functions kaplanMeier() > > and censorReg(). > Does anybody know, whether these functions exist in R, too? > Thanks in advance for any answer!Hi Klaus! There is a package survival for survival analysis available in R (e.g. function survfit()). Another point to look is the function km() (Kaplan Meier) in package "event" (by Jim Lindsey), available at Jim's homepage: http://alpha.luc.ac.be/~lucp0753/ Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Tue, 23 Apr 2002, Klaus Langohr wrote:> Hi everybody, > Working with interval censored data using S+, I often use the survival > analysis' functions kaplanMeier() and censorReg(). > Does anybody know, whether these functions exist in R, too?The survival functions are in the "survival" package survreg() fits accelerated failure models to left,right or interval censored data The survfit() function doesn't handle interval censored data yet (the next version will when I port it). -thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._