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.

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

Reply via email to