Cmn | R Documentation |
The number of all possible combinations of m elements among n with repetitions.
Cmn(m, n)
m |
the |
n |
the |
There are (n+m-1)!/(m!(n-1)!) ways to combine m elements among n with repetitions.
Cmn was implemented as an auxiliary function for the dataL
function which computes the
likelihood of the observed alleles in a mixed DNA stain conditional on the number of contributors.
Hinda Haned <h.haned@nfi.minvenj.nl>
comb
for all possible combinations of m elements among n with repetitions
## Not run: Cmn(2,3) comb(2,3) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.