As the documentation explains, the dispersion parameter in the Gamma glm fit is not the MLE. Thus the MLE needs to be calculated somehow and then used to calculate the AIC.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you want to use the step() or MASS::stepAIC() model selection functions, you could first ensure that the AIC is calculated properly by doing something like this:
If you use the glmulti package, you can simply specify the use of the above GammaAIC() or GammaAICc() functions with the crit parameter of glmulti(). |
||||
|
|