Description Usage Arguments Value
This function implements the procedure described by DiCiccio and Efron (1996) to calculate the bias-corrected and accelerated confidence intervals using only the bootstrap or monte carlo samples. This function is fast, and gives more accurate intervals than simply taking the quantiles of the bootstrap samples.
1 | bci(samps, conf.level = 0.95)
|
samps |
a vector of the bootstrap or monte carlo samples for a single parameter. |
conf.level |
the confidence level. defaults to 0.95 |
a vector of two numeric values containing the interval endpoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.