Description Usage Arguments Value Examples
View source: R/bin_cumulative.R
calculates the probability distribution and the cumulative probabilities
1 | bin_cumulative(trials, prob)
|
trials |
number of trials |
prob |
probability of success |
a data frame with both the probability distribution and the cumulative probabilities: sucesses in the first column, probability in the second column, and cumulative in the third column
1 | bin_cumulative(trials = 5, prob = 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.