Skip to content

[R-meta] Calculating effect size for subsets of data

2 messages · Tarun Khanna, Wolfgang Viechtbauer

#
Dear Wolfgang,


I am following up on a question that we discussed a few weeks ago regarding meta-analysis for different combinations of data. This is regarding interpreting the results.


label    beta    se      pvalues         upper_lim       lower_lim
Social Comparison                 0.102           0.057           0.077           0.214          (0.011)
Feedback                  0.076           0.033           0.020           0.140           0.012
Feedback+Social           0.104           0.043           0.016           0.189           0.020
Monetary Incentives               0.261           0.042           0.000           0.344           0.178
Social+Monetary           0.034           0.081           0.674           0.193          (0.125)
Feedback+Monetary                 0.176           0.060           0.003           0.293           0.060
Social+Monetary+Feedback                  0.338           0.139           0.015           0.611           0.065
Motivation                0.131           0.052           0.012           0.233           0.029
Feedback+Motivation               0.152           0.047           0.001           0.243           0.061
Social+Feedback+Motivation                0.212           0.087           0.015           0.383           0.041


I ran the model as you suggested. The model reveals differences in the average effect size the different combinations but the condifence levels of these estimates overlap. In my opinion that does not mean that the differences are not statistically significant as we don't necessarily test for significance of differences. Or do these results mean we can't say anything about the differences? In a regression model I would run a F test with Ho : b1-b2 = 0. Can we do the same here?


Best

Tarun




Tarun Khanna

Research Associate


Hertie School


Friedrichstra?e 180

10117 Berlin ? Germany
khanna at hertie-school.org ? www.hertie-school.org<http://www.hertie-school.org/>
#
Dear Tarun,

(please post in plain text; when converted to plain text, the table becomes unreadable)

Indeed, coefficients with overlapping CIs may still be significantly different from each other. You can use anova() with the 'L' argument to test pairs of coefficients against each other. See:

http://www.metafor-project.org/doku.php/tips:testing_factors_lincoms#testing_linear_combinations

and

http://www.metafor-project.org/doku.php/tips:multiple_factors_interactions

for illustrations.

Best,
Wolfgang