myboot2 | R Documentation |
MyBoot2
myboot2(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5)
iter |
number of iterations |
x |
the desired sample |
fun |
desired parameter – mean, median, sd, var, iqr, etc |
alpha |
confidence level |
cx |
size of text characters |
a histogram depicting the confidence interval specified
## Not run: myboot2(iter = 10000, 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.