Description Usage Arguments Value Examples
calculates combinations in which k successes can occur in n trials
1 | bin_choose(n, k)
|
n |
(integer) number of trials |
k |
(integer) number of successes |
number of combinations mentioned above in description
1 2 | bin_choose(n = 5, k = 2)
bin_choose(5, 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.