myboot2 | R Documentation |
Myboot2
myboot2(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5, ...)
iter |
number of iterations |
x |
population |
fun |
desired statistic |
alpha |
confidence interval |
cx |
scale |
... |
alternate arguments |
histogram with confidence interval
myboot2(x=c(1,3,4,5,3,2), fun="mean", alpha=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.