| dmvhyper_base | R Documentation |
Log PMF of multivariate hypergeometric
dmvhyper_base(x, n, k = sum(x), log = FALSE)
x |
integer vector of counts drawn in each category |
n |
integer vector of population sizes in each category |
k |
integer total draws (should equal sum(x)) |
log |
logical; return log-probability? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.