[R] prop.test correct true and false gives same answer

2013-03-27 Thread David Arnold
All, How come both of these are the same. Both say 1-sample proportions test without continuity correction. I would suspect one would say without and one would say with. prop.test(118,236,.5,correct=FALSE,conf.level=0.95) 1-sample proportions test without continuity correction data:

Re: [R] prop.test correct true and false gives same answer

2013-03-27 Thread Albyn Jones
?prop.test is helpful. Continuity correction is used only if it does not exceed the difference between sample and null proportions in absolute value. albyn On Wed, Mar 27, 2013 at 02:04:51PM -0700, David Arnold wrote: All, How come both of these are the same. Both say 1-sample proportions

Re: [R] prop.test correct true and false gives same answer

2013-03-27 Thread Ted Harding
On 27-Mar-2013 21:04:51 David Arnold wrote: All, How come both of these are the same. Both say 1-sample proportions test without continuity correction. I would suspect one would say without and one would say with. prop.test(118,236,.5,correct=FALSE,conf.level=0.95) 1-sample