powered by
Calculate lower and upper CI of a given quantile using exact method, based on beta distribution
exactBeta(n, q, alpha)
sample size
quantile
desired significance level
a list of the lower and upper confidence limit of the quantiles.Values are between [0,1]
lower confidence limit of the quantile
upper confidence limit of the quantile
# NOT RUN { QuantileNPCI:::exactBeta(25, 0.5, 0.05) # }
Run the code above in your browser using DataLab