myboot2 | R Documentation |
Creates a Bootstrap sample from sample x and plots its statistics
myboot2(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5, ...)
iter |
Number of iterations to be made |
x |
A sample to create a bootstrap from |
fun |
The function to perform on the dataframe |
alpha |
The alpha variable, using to find the confidence interval |
cx |
The amount by which plotting text and symbols should be scaled relative to the default |
... |
A list of the confidence interval, the function, the sample, the experimental dataframe created and formatted according to the function, and the experimental dataframe created.
myboot2(iter = 10000,x = c(0,1,2,3), fun = "mean", alpha = 0.05, cx = 1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.