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