Re: [R] Another question about bootstrapping cor

2014-03-06 Thread Conklin, Mike (GfK)
corboot$t t is a matrix of the bootstrap replicates. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of David Parkhurst Sent: Thursday, March 06, 2014 12:28 PM To: r-help@r-project.org Subject: [R] Another question about bootstrapping cor

[R] Another question about bootstrapping cor

2014-03-06 Thread David Parkhurst
When I use the fix that Arun K. provided to my earlier example, I wonder how to find out where in the 999 bootstrap repetitions the value for the actual data fits. Here is the fixed code: x <- 1:15 y <- c(2,4,1,3,5, 7,6, 9,10,8, 14, 13, 11, 15, 12) x[3] <- NA; x[11] <- NA; x[8] <- NA y[2] <- NA