rmultinom2 {bayesmove} | R Documentation |
Internal function that samples z's from a multinomial distribution
Description
Internal function that samples z's from a multinomial distribution
Usage
rmultinom2(prob, n, randu, nmaxclust)
Arguments
prob |
A numeric vector. |
n |
An integer. |
randu |
A numeric vector. |
nmaxclust |
An integer. |
[Package bayesmove version 0.2.1 Index]