Skip to content
Prev 4797 / 5636 Next

[R-meta] Calculating effect sizes from standardized regression coefficients in Metafor

Dear Katrin,

I am not sure I fully understand your question. I think you are referring to escalc() with measure "PCOR", which calculates partial correlation coefficients (from things like the corresponding t-statistics of the regression coefficients), but your phrasing (that this "calculates effect size from partial correlations") is confusing me.

If you want to meta-analyze standardized regression coefficients and have the corresponding standard errors, then one can of course also meta-analyze those directly. However, note that the standard errors of standardized regression coefficients are typically not computed in the most accurate way (i.e., the standard errors one obtains by fitting a regression model to standardized variables ignore that the variances used to standardize the variables are estimated). See, for example:

Jones, J. A., & Waller, N. G. (2013). Computing confidence intervals for standardized regression coefficients. Psychological Methods, 18(4), 435-453. https://doi.org/10.1037/a0033269

If you have the full correlation matrix of the variables in each regression model, one can compute more appropriate standard errors, but this is unlikely to be the case in practice.

Best,
Wolfgang