Good Morning!
I currently use Stata 14.
I'm conducting a meta-analysis. I have 125 effect sizes from about 70 studies. To account for dependence in effect sizes (ES) due to multiple ES per study I posited a 3 level multi level model.
I set it up such that:
Level 1 = Variance of effect size
Level 2 = Effect Sizes
Level 3 = Study characteristics.
1. I have a study level id, and an id for effect sizes within studies.
2. I have sorted my data such that the ids are nested-- ie level2 ids are nested in level 3 ids. ( sorted data by level3id and level2id): My data is set up like this:
level3id level2id
1 1
1 2
2 3
2 4 etc
I am solid (expert) at doing regular (ie non- meta-analytic) HLM in the HLM software and have had no previous problems using it; but for some reason my file is being created with errors for the multilevel meta. I am currently trouble shooting but given how many hours and days I've spent spinning my wheels on this issue in HLM, I figure I should perhaps give this a shot in Stata. My stata skills are generally strong (although I've never done multilevel modeling in Stata).
Can anyone point me to resources on conducting multilevel meta analysis in Stata for continuous outcomes (ie Cohen's D)? Sample syntax code et al would be helpful.
Thank You,
Katherine Picho
I currently use Stata 14.
I'm conducting a meta-analysis. I have 125 effect sizes from about 70 studies. To account for dependence in effect sizes (ES) due to multiple ES per study I posited a 3 level multi level model.
I set it up such that:
Level 1 = Variance of effect size
Level 2 = Effect Sizes
Level 3 = Study characteristics.
1. I have a study level id, and an id for effect sizes within studies.
2. I have sorted my data such that the ids are nested-- ie level2 ids are nested in level 3 ids. ( sorted data by level3id and level2id): My data is set up like this:
level3id level2id
1 1
1 2
2 3
2 4 etc
I am solid (expert) at doing regular (ie non- meta-analytic) HLM in the HLM software and have had no previous problems using it; but for some reason my file is being created with errors for the multilevel meta. I am currently trouble shooting but given how many hours and days I've spent spinning my wheels on this issue in HLM, I figure I should perhaps give this a shot in Stata. My stata skills are generally strong (although I've never done multilevel modeling in Stata).
Can anyone point me to resources on conducting multilevel meta analysis in Stata for continuous outcomes (ie Cohen's D)? Sample syntax code et al would be helpful.
Thank You,
Katherine Picho
Comment