This method calculates the lower and upper bounds of the confidence interval for each element in the input vector of probabilities using the given alpha level.
# S4 method for numeric
probCI(probabilities, alpha = 0.05)
A numeric vector containing the lower and upper quantile bounds for each probability in the input vector.
A numeric vector of probabilities.
A numeric value specifying the significance level for the confidence intervals; defaults to 0.05.