Skip to content
Prev 177750 / 398502 Next

Sampling in R

When you shuffle the observations independently, you are performing a
permutation test (though for this you only need to shuffle one side of
the pairs). When you sort the observations you are doing something
ridiculous that has no statistical meaning that I know.

I'm not very familiar with bootstrap CI's, but I think the idea is to
sample the PAIRS of data WITH replacement:
http://lmgtfy.com/?q=bootstrap+correlation

(first link is to a good overview by David Howell)
On Tue, Apr 21, 2009 at 7:25 AM, Seyit Ali Kayis <s_a_kayis at hotmail.com> wrote: