Skip to content

Reducing two mixed models into one

1 message · João Veríssimo

#
Hi Timothy,

- the rescaling of -1/RT was only to avoid very small estimates which 
can sometimes hurt convergence; -1000/RT is a bit more manageable and 
has an interpretation as rate in seconds.

- I used lmer() instead of blmer() only to get a hang on the basic 
setup. Indeed, if you're estimating random effects, setting a prior on 
the variance-covariace matrix might be helpful ... so you may be better 
off with blmer() (or with full bayesian sampling, as with brms/stan).

Jo?o
On 13/06/2023 18:38, Timothy MacKenzie wrote: