Skip to content
Prev 307 / 885 Next

prop.test in R

Laura,

I would make the argument that continuity correction should not be used in practice, or in the classroom. Continuity corrected intervals are, on average, to wide. This might be defensible if they guaranteed their coverage level (as 'exact' distribution based intervals do), but due to the fact that they are asymptotic, they may have coverage less than the nominal level.

The Agresti reference Ralph sent is an excellent article. I highly recommend it. I find it helpful to categorize discrete tests on two axes. conservative vs. approximate, and asymptotic vs distribution based. Conservative tests attempt to keep type 1 error less than the nominal level, and approximate tests attempt to keep the error near its nominal level.

				Asymptotic				Distribution based
Conservative	Continuity Corrected		Standard 'Exact' test

Approximate		Standard Asymptotic		Mid p-value



I would also be interested to hear why the default it correct=TRUE. Perhaps it is historical.

Ian
On Oct 25, 2010, at 1:38 PM, Laura Chihara wrote: