| iscambinomnorm | R Documentation |
binomnorm creates a binomial distribution of the given inputs and overlays a normal approximation.
iscambinomnorm(k, n, prob, direction, verbose = TRUE)
k |
number of successes of interest |
n |
number of trials |
prob |
success probability |
direction |
"above", "below", or "two.sided" |
verbose |
Logical, defaults to |
A plot of the binomial distribution overlayed with the normal approximation
iscambinomnorm(k = 10, n = 20, prob = 0.5, direction = "two.sided")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.