Man Photo
2014-Sep-12 03:39 UTC
[R] how to run Fleming-Harrington weighted log-rank test in R
Hi, I am looking for an R package that allows one to run the Fleming-Harrington weighted log-rank test with varying Rho and Gamma. Any help is appreciated. Thanks. [[alternative HTML version deleted]]
David Winsemius
2014-Sep-12 07:27 UTC
[R] how to run Fleming-Harrington weighted log-rank test in R
On Sep 11, 2014, at 8:39 PM, Man Photo wrote:> Hi, > I am looking for an R package that allows one to run the Fleming- > Harrington > weighted log-rank test with varying Rho and Gamma. Any help is > appreciated. > Thanks.install.packages("sos") library(sos) findFn("Fleming-Harrington")> > > [[alternative HTML version deleted]]Learn to search and learn to post in plain text.> > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html-- David Winsemius, MD Alameda, CA, USA