Skip to content
Prev 140581 / 398506 Next

Comparing proportions between groups

On 3/28/2008 5:33 AM, Lila86 wrote:
prop.test(x=c(40,100), n=c(200,300))

OR

prop.test(matrix(c(40,100,160,200), ncol=2))

?prop.test