myboot | R Documentation |
myboot
myboot(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5, ...)
iter |
number of iterations |
x |
distribution |
fun |
function |
alpha |
1 - confidence interval in question |
... |
A histogram of the input distribution displaying functions (mean, sd, IQR, etc) of the distribution and a confidence interval.
## Not run: myboot2(x = sam, fun = "var", alpha = .2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.