Description Usage Arguments Value Examples
creates a data.frame with two classes: c("bincum", "data.frame")
1 | bin_cumulative(trials, prob)
|
trials |
(integer) number of trials |
prob |
(numeric) probability of success |
a data.frame with two classes: c("bincum", "data.frame")
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.