myboot2 | R Documentation |
My Bootstrap Function
myboot2(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5, ...)
iter |
number of iterations |
x |
population vector |
fun |
function to be used |
alpha |
confidence interval |
cx |
a plot of the mean setimates and interval estimates on the sample
{ 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.