Description Usage Arguments Value Examples
View source: R/JackAfterBoot.R
Calculate the bias and standard deviation estimate for each leave-one-out Bootstrap sample.
1 | JackAfterBoot(data, func = NULL, B)
|
data |
the data as a vector |
func |
the function which applied to data |
B |
the number of replicates in Bootstrap |
the bias and standard deviation estimate for both Bootstrap and Jackknife-after-Bootstrap methods
1 2 3 4 5 6 7 | ## Not run:
data("cars")
data <- cars$speed
JackAfterBoot(data, mean, 1000)
JackAfterBoot(data, median, 1000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.