neurostuff / PyMARE

PyMARE: Python Meta-Analysis & Regression Engine
https://pymare.readthedocs.io
MIT License
50 stars 11 forks source link

Add heterogeneity measures to Estimators #85

Closed tsalo closed 2 years ago

tsalo commented 2 years ago

It looks like DerSimonianLaird calculates Cochran's Q already, so we should be able to (1) extend it to calculate H2 and I2 and (2) return all three (or even just Q and I2) as outputs.

This is related to https://github.com/neurostuff/NiMARE/pull/591.

tsalo commented 2 years ago

It looks like we actually have those already. They're just calculated in the MetaRegressionResults rather than the Estimator, which makes sense.