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