Hello,
I have difficulties with performing a meta-analysis. I have run a meta-analysis with risk ratios with built-in meta and with older package 'metan'. The results are different. I use random-effects model with DerSimonian-Laird to estimate between-study variance in both strategies. Here are my scripts:
1) 'metan' package:
meta summarize, random(dlaird) invvariance
gen lnor = ln(RR)
gen lnuci = ln(Upperlimit95)
gen lnlci = ln(Lowerlimit95)
metan lnor lnlci lnuci, eform effect(RR) random lcols(Publication)
2) built-in meta-analysis in Stata 16.0
meta set RR SE, random(dlaird) studylabel(Publication) studysize(Nsize)
meta summarize, random(dlaird)
(if I use lnRR and lnSE, stata does not perform the analysis because the values aren't positive)
I can see from the results that the weights are different.
If I run the built-in meta-analysis with e^RR and e^SE, the pooled estimate is bearly the same but confidence intervals very large with very different weights for each study.
So my question is: which result is the right? And how can I perform built-in meta-analysis in Stata 16.0 with risk ratios in the right way? I can't find any examples from Stata guides.
Related Posts with Different results for meta-analysis with built-in meta and older package 'metan'
Clustered bar graph with multiple categorical variablesHello, I am hoping to create a clustered bar graph to compare satisfaction with information receive…
How to check whether an small id (eg: employee_id) appears in two or more different big ids (eg: office_id)?I have a dataset of offices and employee sales within that office. An employee shouldn't appear in 2…
BGV (Between Group Variance)Dear Statalist, I would like to measure inequity through BGV (Between Group Variance) for non-order…
table and tables builder - mlogitHi y'all. I am running mlogit models using the rrr option. When I use table to run the command (belo…
Event study graph using command eventddHi, I am doing a event study in stata using the eventdd command. Is it possible to move the solid v…
Subscribe to:
Post Comments (Atom)
0 Response to Different results for meta-analysis with built-in meta and older package 'metan'
Post a Comment