myboot | R Documentation |
Takes one sample from population and resample from it.
myboot(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5, ...)
iter |
the number of iterations |
x |
the original sample |
fun |
the function to pull the statistic from |
alpha |
the confidence interval |
cx |
another statistic |
... |
special argument that can take additional arguments |
A function from Lab 9
A histogram of BootStrap sample statistics
## Not run: myboot2(x=sam,fun="mean", alpha=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.