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'
Two way or one way fixed effect ??Hi, test to choose between model two way fixed effec or fixed effect ordinary ? i use STATA 14 …
Working with multiple if conditionsDear Statalist, I am browsing a dataset with multiple if conditions. Is it possible to identify the…
Gen a variable in a loop: error "variable already defined"Hello everyone. I am trying to run this loop. I need to get two subsamples of frequent and occasion…
Q-Q plots - why is Tukey Mean-Difference plots not an option in Stata?Q-Q plot combined with Tukey mean-difference plot - re 'Visualizing Data by Cleveland (1993) Dear A…
Reshape from wide to longHi everyone, I get data from Datastream and there are some firms having no data, i.e. price_14 "$$…
Subscribe to:
Post Comments (Atom)
0 Response to Different results for meta-analysis with built-in meta and older package 'metan'
Post a Comment