Description Usage Value Examples
return data frame with probability distribution and cumulative probabilities
1  | bin_cumulative(trials, prob)
 | 
probability distribution and cumulative probabilities
1 2 3 4 5  | # Build a binomial distribution for 5 trials, prob =0.5
dis2 <- bin_cumulative(trials=5,prob=0.5)
dis2
#plot distribution
plot(dis2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.