probCI,numeric-method | R Documentation |
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 signature 'numeric'
probCI(probabilities, alpha = 0.05)
probabilities |
A numeric vector of probabilities. |
alpha |
A numeric value specifying the significance level for the confidence intervals; defaults to 0.05. |
A numeric vector containing the lower and upper quantile bounds for each probability in the input vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.