You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Let me give a sample and ask the question a little differently. When I run my meta-regression using metareg, I get the following output (below). The metreg results provide a heterogeneity value of e(Q)=115.73. I understand this to be Cochran's Q, which is used (along with the degrees of freedom, 113) to calculate the given I-squared value (25.53%) using (Q-df)/Q.
However, when I run my meta-regression using robumeta, I do not get an "e(Q)" value in my output. I only get a "e(QE) output which Stata define as "used to estimate tau-squared".
Question 1: What, exactly, is the e(QE) value and how/why does it differ from e(Q)?
Question 2: How can I get the e(Q) value for an analysis using robumeta so that I can accurately calculate I-squared values?
________________________
USING METAREG
______________________________
Meta-regression Number of obs = 115
REML estimate of between-study variance tau2 = .1348
% residual variation due to heterogeneity I-squared_res = 25.53%
Proportion of between-study variance explained Adj R-squared = 4.10%
With Knapp-Hartung modification
------------------------------------------------------------------------------
win_es_pe~me | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
explicit | .250679 .195363 1.28 0.202 -.1363704 .6377284
_cons | .5291505 .1689657 3.13 0.002 .1943989 .8639021
------------------------------------------------------------------------------
I realize that my answer is long overdue, but I had the same question today. In the context of meta-regression, the term 'e(QE)' refers to the weighted residual sum of squares, as specified in formula 14 of Hedges et al. (2010) (https://pubmed.ncbi.nlm.nih.gov/26056092/). Assuming independence, the value of e(QE) obtained from an intercept-only model should be similar to the Cochran's Q statistic in a traditional frequentist meta-analysis.
Similarly, assuming independence and covariates, the value of e(QE) in -robumeta- should be comparable to the residual Cochran's Q statistic obtained in -metareg-."
Comment