[R-sig-ME] glmmTMB syntax to brm() syntax

Simon Harmel @|m@h@rme| @end|ng |rom gm@||@com
Thu Oct 24 01:13:14 CEST 2024


Hello all,

I was wondering what is the closest equivalent of my glmmTMB syntax below
in brms::brm() syntax?

glmmTMBglmmTMB(pic_percent ~ con +
                      (0+con | ID) +
                      (0+con | TRIAL_INDEX),
                    data=DATA,
        family = beta_family(),
        ziformula = ~1)


Thank you,

Simon

	[[alternative HTML version deleted]]



More information about the R-sig-mixed-models mailing list