[R] two sample binomial test

associatedboy geoffreyhsmith at gmail.com
Thu Jun 24 08:36:39 CEST 2010


I wanted to know if there is a way to perform a two sample binomial test in
R.  I know you can use the proportion test i.e.:
prop.test(c(19,5),c(53,39),p=NULL,alternative="two.sided"). But I was
looking to use the exact binomial test, binom.test, however when I have
tried replacing prop.test with binom.test I get an error.  Is there any way
to do this?
-- 
View this message in context: http://r.789695.n4.nabble.com/two-sample-binomial-test-tp2266538p2266538.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list