Learn R Programming

updog (version 1.2.0)

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.

mu

The mean of the beta.

rho

The overdispersion parameter of the beta.

Value

A random sample from the beta-binomial.