Description Usage Arguments Value Examples
View source: R/jackknife.R
jackknife
1
jackknife(data)
data
The data to jackknife
a list of jackknife datasets
1 2 3
data<-cbind(1:10,1:10) result<-jackknife(data) lapply(result,mean)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.