jackknife | R Documentation |
jackknife
jackknife(data)
data |
The data to jackknife |
a list of jackknife datasets
data<-cbind(1:10,1:10) result<-jackknife(data) lapply(result,mean)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.