From 52400d30a5b8dc9f9c2aaf09ba65a5df68f0ce99 Mon Sep 17 00:00:00 2001 From: James Kent Date: Wed, 11 Sep 2024 16:56:38 -0500 Subject: [PATCH] fix doc string --- nimare/meta/ibma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimare/meta/ibma.py b/nimare/meta/ibma.py index b04cbb85..1d6bde2b 100755 --- a/nimare/meta/ibma.py +++ b/nimare/meta/ibma.py @@ -1537,7 +1537,7 @@ def correct_fwe_montecarlo(self, result, n_iters=5000, n_cores=1): class FixedEffectsHedges(IBMAEstimator): """Fixed Effects Hedges meta-regression estimator. - .. versionadded:: 0.3.1 + .. versionadded:: 0.4.0 Provides the weighted least-squares estimate of the fixed effects using Hedge's g as the point estimate and the variance of bias-corrected Cohen's d as the variance