rbetabinom_int: One draw from the beta-binomial distribution parameterized
by mean and overdispersion parameter.
Description
One draw from the beta-binomial distribution parameterized
by mean and overdispersion parameter.
Usage
rbetabinom_int(size, mu, rho)
Arguments
size
The total number of draws.
rho
The overdispersion parameter of the beta.
Value
A random sample from the beta-binomial.