Skip to content

AIC Comparison for MLM with Different Distributions

2 messages · Kate R, Ben Bolker

#
Hi Ben,

Thank you again for your help before!

We will be using other model assessments (including R^2) as well, but I
wanted to check if the AICs can be compared for (hurdled) gamma models with
(zero-inflated) beta models when fit in glmmTMB? Likewise, can the AICs be
compared for (zero-inflated / hurdle) negative binomial and (zero-inflated)
beta models? For the beta models, we have transformed raw counts/durations
into percentages.

Many thanks,
K
On Sat, Mar 7, 2020 at 9:17 AM Ben Bolker <bbolker at gmail.com> wrote:

            

  
  
#
? (Note that this is a public list - not just me!)

 ? AICs are comparable across a pretty wide spectrum of models, with 
some caveats.

 ?? * they're asymptotic measures (and the AICc correction was derived 
for linear models, so may or may not be exactly applicable to other 
model types)

 ?? * comparing models with parameters on the boundary (e.g. comparing a 
zero-inflated vs a non-zero-inflated model) is not exactly correct

 ?? * there's a "level of focus" question when comparing models that 
differ in their random effects

 ?? I believe most of this is discussed in the GLMM FAQ.
On 4/21/20 12:25 PM, Kate R wrote: