powered by
copute jack knive
my_jackknife(xdata, .method, ...)
matrix
method i.e. cor, parameters
further parameters to .method
list with all jackknife matrices
# NOT RUN { xx <- matrix(rnorm(20), ncol=4) cortest <- function(x){print(dim(x));cor(x)} my_jackknife(xx, cortest) my_jackknife(xx, cor, use="pairwise.complete.obs", method="pearson") # }
Run the code above in your browser using DataLab