exactBeta {QuantileNPCI}R Documentation

Calculate lower and upper CI of a given quantile using exact method, based on beta distribution

Description

Calculate lower and upper CI of a given quantile using exact method, based on beta distribution

Usage

exactBeta(n, q, alpha)

Arguments

n

sample size

q

quantile

alpha

desired significance level

Value

a list of the lower and upper confidence limit of the quantiles.Values are between [0,1]

u1

lower confidence limit of the quantile

u2

upper confidence limit of the quantile

Examples

QuantileNPCI:::exactBeta(25, 0.5, 0.05)


[Package QuantileNPCI version 0.9.0 Index]