Description Usage Arguments Examples
This function illustrates the normal approximation to the binomial.
1 | iscam_binomnorm(k, n, prob, direction)
|
k |
number of successes of interest |
n |
number of trials (zero or more) |
prob |
probability of success on each trial |
direction |
allows you to specify whether you want to find the probability "above" or "below" k or a symmetric "two.sided" probability |
1 2 3 | iscam_binomnorm(20, 30, 0.5, direction = "above")
iscam_binomnorm(10, 55, 0.10, direction = "below")
iscam_binomnorm(13, 44, 0.40, direction = "two.sided")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.