Skip to content
Prev 3929 / 5636 Next

[R-meta] Bivariate generalized linear mixed model with {metafor}

Different parameterizations of the same model.

Also, the correlations seems like they just flipped signs, but they are really different things and I suspect it's just coincidence that they happen to be so close in absolute value. 

With (group | study), you have a random intercept (for the control group logit risk) and a random slope for the group/treatment effect (for the log odds ratio).

With (control+treat-1|study), you have random effects for the control and treatment group logit risks. This is the same as (0 + group | study).

So really different things are being correlated here. But in the end, it's the same model, parameterized in different ways.

Best,
Wolfgang