Skip to content
Prev 3271 / 5632 Next

[R-meta] guidance for modeling SMCC type effect size

Dear Stefanou,

This has also come up many times on the list archived at:
https://stat.ethz.ch/pipermail/r-sig-meta-analysis/ and on metafor's
website at: http://www.metafor-project.org/doku.php/analyses:konstantopoulos2011#three-level_model.
I encourage you to explore these two resources to learn more about
these modeling details.

In short, in your case, all the sources of heterogeneity before "id"
related to heterogeneity amoge true effect size aggregates. For
example, true effect sizes aggregated at the study level bouncing
around the overall mean, and true effect sizes aggregated at the
condition level bouncing around their respective study means).
Instead, ~ 1 | id accounts for heterogeneity between individual true
effects (not aggregates of any kind) that are nested in the immediate
level that contains them (in your case that immediate level is
condition).

For example, if in study 1, you have two rows coded T1 for condition,
one representing an effect estimate obtained at interval_id == 0, the
other obtained at interval_id == 1, you can potentially assume that
these two observed estimates are estimating different population
values perhaps by the virtue of being measured at different intervals
(i.e., the only remaining feature that distinguishes between them).
This is as narrow as it gets to assign random effects to a
meta-analytic dataset (i.e., to each row)

If there are enough studies like study 1 in your data (e.g., multiple
T1 rows with different id values due to interval_id), then, the
variance component due to id represents the heterogeneity in a given
condition, just like the variance component due to condition
represents the heterogeneity in a given study.

Best,
Reza






Reza



On Tue, Sep 14, 2021 at 6:33 PM Stefanou Revesz
<stefanourevesz at gmail.com> wrote: