Description Usage Arguments Value Examples
Function from https://github.com/cran/distributions/blob/master/R/binomcdf.R
1 | binomcdf(numtrials, p, x)
|
numtrials |
The number of trials (draws). Example: 5 |
p |
The probability of a single success Example: 13/52 |
x |
The number of successes. Example: (0,1,2,..) |
the probability
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.