| iscaminvbinom | R Documentation |
Inverse Binomial Probability
iscaminvbinom(alpha, n, prob, lower.tail, verbose = TRUE)
alpha |
The probability of interest. |
n |
The number of trials. |
prob |
The probability of success. |
lower.tail |
Boolean for finding the probability above (FALSE) or below (TRUE) the inputted value (inclusive) |
verbose |
Logical, defaults to |
numeric which achieves at most the stated probability
iscaminvbinom(alpha = 0.05, n = 30, prob = 0.5, lower.tail = TRUE)
iscaminvbinom(alpha = 0.05, n = 30, prob = 0.5, lower.tail = FALSE)
iscaminvbinom(alpha = 0.01, n = 60, prob = 0.10, lower.tail = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.