Skip to content
Prev 20486 / 20628 Next

glmmTMB syntax to brm() syntax

Ben, can I ask a similar question? Is there also a function similar to
glmmTMB::new_simulate() to easily simulate the following model?

nlme::lme(Y ~ condition + Cognitive_Rate, random= ~1 | subject, data = DATA,
weights = varIdent(form=~1|condition),
 correlation = corSymm(form = ~1| subject))

Thank you!
Simon
On Thu, Oct 24, 2024 at 9:11?PM Ben Bolker <bbolker at gmail.com> wrote: