Learn R Programming

meboot (version 0.0.1)

zero.ci: Get Confidence Interval Around Zero

Description

Function to get sided confidence interval around zero as the true value. Confidence interval is adjusted so that it covers the true zero (1-'confl')*100 times. Symmetry is not assumed.

Usage

zero.ci (x, confl=0.05)

Arguments

Value

bnlocount of number of items below lower limit.bnupcount of number of items above upper limit.lolimlower limit of the confidence interval.uplimupper limit of the confidence interval.

Examples

Run this code
x <- runif(25, 0, 1)
    zero.ci(x)

Run the code above in your browser using DataLab