Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • $\begingroup$ Another question I came across that didn't really help much: stats.stackexchange.com/questions/82059/… $\endgroup$ Commented Aug 28, 2014 at 17:15
  • $\begingroup$ Does this question help? stats.stackexchange.com/questions/25299/… $\endgroup$ Commented Aug 28, 2014 at 17:32
  • 5
    $\begingroup$ In R, you could use prop.test: prop.test(c(1556, 1671), c(2455, 2730)). $\endgroup$ Commented Aug 28, 2014 at 17:48
  • 3
    $\begingroup$ Could be done as a two-sample (binomial) proportions test, or a 2x2 chi-square $\endgroup$ Commented Aug 28, 2014 at 17:58
  • 4
    $\begingroup$ Extending the base case from two groups to three could be problematic, because the tests will be interdependent: you will need a binomial version of ANOVA to handle that. $\endgroup$ Commented Mar 21, 2016 at 1:42