Skip to content
Prev 325846 / 398503 Next

Wilcox paired test error message

On Jun 24, 2013, at 15:21 , Sarah Goslee wrote:

            
-- or a preceding attach(), which at least some of us still use occasionally despite its dangers. For paired tests, it doesn't actually work to use data=, you need

with(mydata, t.test(beforesmall, aftersmall, paired=TRUE))

-pd