CI_BCa_Bootstrap: Estimating BCa confidence interval with Bootstrap using R

Description Usage Arguments Value Examples

View source: R/CI_BCa_Bootstrap.R

Description

Estimating BCa confidence interval with Bootstrap using R

Usage

1

Arguments

x

the sample

conf

confidence level

Value

a list including the sample estimate and BCa confidence interval

Examples

1
2
3
4
5
6
## Not run: 
library("bootstrap")
data(scor,package="bootstrap")
CI_BCa_Bootstrap(scor,conf=0.95)

## End(Not run)

Jinshuyue98/SC190 documentation built on Jan. 3, 2020, 12:07 a.m.