iscaminvbinom: Inverse Binomial Probability

iscaminvbinomR Documentation

Inverse Binomial Probability

Description

Inverse Binomial Probability

Usage

iscaminvbinom(alpha, n, prob, lower.tail, verbose = TRUE)

Arguments

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 TRUE. Set to FALSE to suppress messages

Value

numeric which achieves at most the stated probability

Examples

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)

ISCAM documentation built on Feb. 12, 2026, 5:07 p.m.