| myboot2 | R Documentation | 
This function uses bootstrapping to apply a function to a sample
myboot2(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5, ...)
| iter | number of iterations | 
| x | vector to evaluate | 
| fun | function to apply | 
| alpha | confidence value | 
| cx | numeric character expansion factor | 
| ... | other params for hist | 
a list of confidence interval, function, vector, and results per iter
x = 1:10 myboot2(x=x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.