Skip to content
Prev 17078 / 20628 Next

population-level predict glmmtmb with poly()

You could fit the same model also using the GLMMadaptive package in 
which the predict() method can produce predictions for the mean subject 
(i.e., the one with random effects values equal to 0), marginal 
predictions (i.e., averaged over the subjects), and subject-specific 
predictions.

For more info you can have a look at:

https://drizopoulos.github.io/GLMMadaptive/

https://drizopoulos.github.io/GLMMadaptive/articles/Methods_MixMod.html#predictions

and potentially also

https://drizopoulos.github.io/GLMMadaptive/articles/Dynamic_Predictions.html

if you're interested in dynamic predictions.

Best,
Dimitris
On 10/23/2018 7:46 PM, John Wilson wrote: