x <- rnorm(20)
## Jackknife
jackknife(x, do = mean) # Sample mean
## Get the leave-one-out values instead of summary
jackknife(x, do = mean, f = function(x) { x })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.