bin_choose | R Documentation |
Compute number of combinations
bin_choose(n, k)
n |
number of trials |
k |
number of successes |
number of combinations
bin_choose(n = 5, k = 2) bin_choose(10, 3) bin_choose(4, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.