Skip to content
Prev 3000 / 5632 Next

[R-meta] Studies with more than one control group

Hi Jack,

To make sure I follow the structure of your data, let me ask: Do controlID
= 1 or controlID = 2 correspond to specific *types* of control groups that
have the same meaning across all of your studies? Or is this just an
arbitrary ID variable?

In my earlier response, I was assuming that controlID in your data is just
an ID variable. Using random effects specified as
~ | studyID/controlID
means that you're including random *intercept* terms for each unique
control group nested within studyID. It has nothing to do with the number
of control groups.

James
On Mon, Jul 19, 2021 at 10:56 PM Jack Solomon <kj.jsolomon at gmail.com> wrote: