
Last chance! 50% off unlimited learning
Sale ends in
Negative Binomial Deviances
dev_neg_binom(x, lambda = 1, theta = 0, res = FALSE)
An numeric vector of the corresponding deviances or deviance residuals.
A non-negative whole numeric vector of values.
A non-negative numeric vector of means.
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.
A flag specifying whether to return the deviance residual as opposed to the deviance.
Other dev_dist:
dev_bern()
,
dev_binom()
,
dev_gamma_pois()
,
dev_lnorm()
,
dev_norm()
,
dev_pois_zi()
,
dev_pois()
dev_neg_binom(c(1, 2, 5), 2, 3)
Run the code above in your browser using DataLab