[R] how to run Fleming-Harrington weighted log-rank test in R

2014-09-12 Thread Man Photo
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]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] how to run Fleming-Harrington weighted log-rank test in R

2014-09-12 Thread David Winsemius


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

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.