is.glm.nb.theta.error {chicane} | R Documentation |
check.glm.nb.theta.error
Description
Check if an error matches the error raised by glm.nb
due to an inflated theta estimate.
This happens when the variance of the negative binomial does not exceed the mean (i.e. there is no overdispersion).
In such cases, the Poisson distribution may be a suitable alternative.
Usage
is.glm.nb.theta.error(e)
Arguments
e |
Error object |
Value
Boolean indicating if error matches
[Package chicane version 0.1.8 Index]