Description Usage Arguments Value Examples
A function to calculate the number of combinations in which k successes can occur in n trials.
1 | bin_choose(n, k)
|
n |
an integer, the number of trials |
k |
an integer or vector of numbers, the value of successes |
an integer, the number of combinations for k successes in n trials
1 2 | bin_choose(10,7)
bin_choose(10,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.