Learn R Programming

ExomeDepth (version 1.1.15)

qbetabinom.ab: Quantile function for the beta-binomial distribution

Description

Standard qbetabinomial.ab function which is missing from the VGAM package.

Usage

qbetabinom.ab(p, size, shape1, shape2)

Arguments

p

Mean value of the beta-binomial distribution.

size

Size of the beta-binomial.

shape1

First parameter of the beta distribution for p.

shape2

Second parameter of the beta distribution for p.

Value

A quantile of the distribution.

See Also

VGAM package.