Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


extras (version 0.5.0)

dev_neg_binom: Negative Binomial Deviances

Description

Negative Binomial Deviances

Usage

dev_neg_binom(x, lambda = 1, theta = 0, res = FALSE)

Value

An numeric vector of the corresponding deviances or deviance residuals.

Arguments

x

A non-negative whole numeric vector of values.

lambda

A non-negative numeric vector of means.

theta

A non-negative numeric vector of the dispersion parameters for the gamma mixing distribution. The variance for the resultant gamma-Poisson distribution is lambda + lambda^2 * theta.

res

A flag specifying whether to return the deviance residual as opposed to the deviance.

See Also

Other dev_dist: dev_bern(), dev_binom(), dev_gamma_pois(), dev_lnorm(), dev_norm(), dev_pois_zi(), dev_pois()

Examples

Run this code
dev_neg_binom(c(1, 2, 5), 2, 3)

Run the code above in your browser using DataLab