Re: [R] matched pair proportion test

2009-12-12 Thread annie Zhang
Yes, thanks. It's exactly what I want. Annie On Sat, Dec 12, 2009 at 12:46 PM, Peter Dalgaard wrote: > annie Zhang wrote: > >> Hi, ALL, >> >> Is there any function in R that does the exact test for the matched pair >> proportions (one sided), which I assume is binomial(b+c, .5). >> > > binom.te

Re: [R] matched pair proportion test

2009-12-12 Thread Peter Dalgaard
annie Zhang wrote: Hi, ALL, Is there any function in R that does the exact test for the matched pair proportions (one sided), which I assume is binomial(b+c, .5). binom.test should fit nicely, I think. Thanks, Annie [[alternative HTML version deleted]]