myboot2 | R Documentation |
Creates a bootstrap confidence interval for the given statistic or function. From: MATH 4753 Lab 9
myboot2(iter = 10000, x, fun = "mean", alpha = 0.05, cx = 1.5, ...)
iter |
number of iterations |
x |
input data |
fun |
statistic or function to make interval of |
alpha |
alpha value in confidence interval (1-alpha)100 percent confidence |
cx |
text thickness in figure |
... |
params for histogram |
list containing confidence interval, statistic/function, and data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.