Learn R Programming

updog (version 1.2.0)

dlbeta_dtau: Derivative of the log-beta-binomial density with respect to the overdispersion parameter.

Description

Derivative of the log-beta-binomial density with respect to the overdispersion parameter.

Usage

dlbeta_dtau(x, n, p, eps, h, tau)

Arguments

x

The number of successes.

n

The number of trials.

p

The allele dosage.

eps

The sequencing error rate

h

The bias parameter.

tau

The overdispersion parameter.

Value

A double.

See Also

dlbeta_dc, dc_dtau, dbetabinom_double.