Skip to content
Prev 154742 / 398503 Next

correlation with boot

Please look at the help for boot, in particular what it says the form of 
'statistic' should be.  Possibly what you want is

corr.t <- function(data, ind) cor(data[ind,])[1,2]

nlaw appears to be a single-column matrix: that will not work either.
On Mon, 1 Sep 2008, ctu at bigred.unl.edu wrote: