Learn R Programming

meboot (version 1.0-2)

null.ci: Get Confidence Interval Around Specified NullZero Total

Description

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

Usage

null.ci (x, level=0.95, null.value=0, type=8, ...)

Arguments

Value

Lower limit and upper limit of the confidence interval.

Examples

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

Run the code above in your browser using DataLab