Re: [R] Likelihood Ratio Tests

2010-01-04 Thread Peter Dalgaard

Jim Silverton wrote:

Is there any package available in R to do the following hypothesis tests?

Testing the means of two Poissons (equivalent to the difference of two
proportions)
Testing the equality of two proportions from binomials
Testing the equality of proprtions of two negative binomials
(both conditional and unconditional tests).
No large sample approximation tests...I need exact tests
Thanks,

Jim


Well, poisson.test and binom.test exist.  Wouldn't know what you're 
expecting for the negative binomial case (nor what you mean by the 
parenthesis re. Poisson means).


--
   O__   Peter Dalgaard Ă˜ster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark  Ph:  (+45) 35327918
~~ - (p.dalga...@biostat.ku.dk)  FAX: (+45) 35327907

__
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] Likelihood Ratio Tests

2010-01-03 Thread Jim Silverton
Is there any package available in R to do the following hypothesis tests?

Testing the means of two Poissons (equivalent to the difference of two
proportions)
Testing the equality of two proportions from binomials
Testing the equality of proprtions of two negative binomials
(both conditional and unconditional tests).
No large sample approximation tests...I need exact tests
Thanks,

Jim

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