myboot | R Documentation |
Bootstrap simulation - Lab 9
myboot(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5, ...)
iter |
number of iterations |
x |
sample to be bootstrapped |
fun |
function to be estimated |
alpha |
alpha parameter of interval |
cx |
point graphical variable |
... |
1-alpha confidence interval for a function
myboot2(x = rnorm(20, mean = 10, sd = 2), alpha = 0.1, fun = "sd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.