Learn R Programming

updog (version 1.1.3)

qbetabinom_double: The quantile function of the beta-binomial distribution parameterized by mean and overdispersion parameter.

Description

The quantile function of the beta-binomial distribution parameterized by mean and overdispersion parameter.

Usage

qbetabinom_double(p, size, mu, rho)

Arguments

p

The lower tail probability.

size

The total number of draws.

mu

The mean of the beta.

rho

The overdispersion parameter of the beta.

Value

The quantile of the beta-binomial.