Skip to content
Prev 17231 / 20628 Next

Fitting GLMM to percent cover data with glmmTMB

Sorry, I had been thinking that the ziformula in glmmTMB would handle the zeros, but I just realized that, for now, the zeros have to be fit with a separate model because of a call to family$initialize which checks the response variable.  https://github.com/glmmTMB/glmmTMB/issues/355 <https://github.com/glmmTMB/glmmTMB/issues/355>

So for now, you could either fit the hurdle in two separate models in glmmTMB or fit a single model in gamlss.

cheers,
Mollie

  
  
Message-ID: <257423E7-1CF2-4B9F-A269-97EBFE6AE17F@gmail.com>
In-Reply-To: <CAC8jbZd6Ha887GwdkXyeMAfbfhep5LgssCwH09rQvSNji=Mkig@mail.gmail.com>