powered by
binomnorm creates a binomial distribution of the given inputs and overlays a normal approximation.
binomnorm
iscambinomnorm(k, n, prob, direction, verbose = TRUE)
A plot of the binomial distribution overlayed with the normal approximation
number of successes of interest
number of trials
success probability
"above", "below", or "two.sided"
Logical, defaults to TRUE. Set to FALSE to suppress messages
TRUE
FALSE
iscambinomnorm(k = 10, n = 20, prob = 0.5, direction = "two.sided")
Run the code above in your browser using DataLab