binomprob: Binomial Proability.

Description Usage Arguments Value Examples

Description

Binomial Proability.

Usage

1
binomprob(k, n, prob, lower.tail)

Arguments

k

is the number of successes of interest (must be integer).

n

the number of trials.

prob

probabilty of success

lower.tail

is a Boolean for finding the probability above (FALSE) or below (TRUE) the inputted value (inclusive)

Value

Right or left tail Probabilty of random variable X

Examples

1
2
binomprob(3,20,1/3,lower.tail = FALSE)
binomprob(3,20,1/3,lower.tail = TRUE)

jungd/ImproveISCAM documentation built on May 20, 2019, 4:24 a.m.