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