myboot2 | R Documentation |
Boostrap Confidence Intervals for Sampling
myboot2(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5, ...)
iter |
The number of iterations taken |
x |
The vector of statistics |
fun |
The function used to manipulate statistics |
alpha |
The percentage from 0 or 100 to determine the interval |
cx |
The x-axis coordinate of a center point |
... |
Any additional number of named or unnamed arguments |
A graphical representation of a bootstrap confidence interval
## Not run: myboot2(x=ddt$DDT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.