Description Usage Arguments Value Examples
copute jack knive
| 1 | my_jackknife(xdata, .method, ...)
 | 
| xdata | matrix | 
| .method | method i.e. cor, parameters | 
| ... | further parameters to .method | 
list with all jackknife matrices
| 1 2 3 4 | 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")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.