Description Usage Arguments Value Examples
View source: R/bin_distribution.R
calculate the probabilities about the number of successes in a fixed number of random trials performed under identical conditions
1 | bin_distribution(trials, prob)
|
trials |
number of trials |
prob |
probability of success |
data.frame with two classes: c("bindis", "data.frame")
1 | bin_distribution(trials = 5, prob = 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.