powered by
Negative Binomial Deviances
dev_neg_binom(x, lambda = 1, theta = 0, res = FALSE)
A non-negative whole numeric vector of values.
A non-negative numeric vector of means.
A non-negative numeric vector of the shape and rate.
A flag specifying whether to return the deviance residual as opposed to the deviance.
An numeric vector of the corresponding deviances or deviance residuals.
Other dev_dist: dev_bern(), dev_binom(), dev_gamma_pois(), dev_lnorm(), dev_norm(), dev_pois()
dev_bern()
dev_binom()
dev_gamma_pois()
dev_lnorm()
dev_norm()
dev_pois()
# NOT RUN { dev_neg_binom(c(1, 2, 5), 2, 3) # }
Run the code above in your browser using DataLab