| bin_cumulative | R Documentation |
Computes binomial distribution
bin_cumulative(trials, prob)
trials |
number of trials |
prob |
probability |
data frame with the probability distribution
bin_distribution
cum <- bin_cumulative(trials = 5, prob = 0.5) cum plot(cum)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.