For standard (2-level) random-effects models, the function reports:
tau: Between-study standard deviation
tau2: Between-study variance
I2: Percentage of total variance due to heterogeneity
H2: Ratio of total to sampling variance
For multilevel (3-level) models with nested effects, the function additionally
partitions heterogeneity into estimate-level and cluster-level components:
rho: Proportion of heterogeneity variance allocated to clusters
tau [within]: Estimate-level standard deviation
tau [between]: Cluster-level standard deviation
tau2 [within]: Estimate-level variance
tau2 [between]: Cluster-level variance
I2 [within]: Percentage of variance due to estimate-level heterogeneity
I2 [between]: Percentage of variance due to cluster-level heterogeneity
For location-scale models, tau2 aggregates the observation-specific
heterogeneity variances \(\tau_i^2\); the corresponding tau summary
is the square root of this aggregate variance. The relative \(I^2\) and
\(H^2\) measures average the observation-specific indices.
The I^2 and H^2 statistics are computed following the metafor package
implementation, using the "typical" sampling variance formula from
higgins2002quantifying;textualRoBMA. For multilevel models,
the partitioned I^2 follows the approach described in the metafor documentation.