Learn R Programming

updog (version 1.2.0)

pbetabinom_double: The distribution function of the betabinomial. This is generally only advisable if q is relatively small.

Description

The distribution function of the betabinomial. This is generally only advisable if q is relatively small.

Usage

pbetabinom_double(q, size, mu, rho, log_p)

Arguments

q

A quantile.

size

The total number of draws.

mu

The mean of the beta.

rho

The overdispersion parameter of the beta.

log_p

A logical. Should return the log-probability TRUE or not FALSE?

Value

The tail-probability of the beta-binomial.