exactBeta {QuantileNPCI} | R Documentation |
Calculate lower and upper CI of a given quantile using exact method, based on beta distribution
exactBeta(n, q, alpha)
n |
sample size |
q |
quantile |
alpha |
desired significance level |
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 |
QuantileNPCI:::exactBeta(25, 0.5, 0.05)