Description Usage Arguments Value Examples
View source: R/CI_BCa_Bootstrap.R
Estimating BCa confidence interval with Bootstrap using R
1 | CI_BCa_Bootstrap(x, conf)
|
x |
the sample |
conf |
confidence level |
a list including the sample estimate and BCa confidence interval
1 2 3 4 5 6 | ## Not run:
library("bootstrap")
data(scor,package="bootstrap")
CI_BCa_Bootstrap(scor,conf=0.95)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.