Skip to content
Prev 4695 / 5636 Next

[R-meta] Question about function reporter()

Hello Wolfgang,

As far as I understand from your explanation, by setting random variables
to observe the potential influence of whether the correlations ( yi ) are
positive or negative would not be a random model, is this correct?

But, what if I keep moderator for grouping by Type (categorical:
corresponding to the method employed by the studies either "CS", "R", "E")
and would include in random another "Id" that represent whether the
correlations come from either the same or a different study by means of the
variable named "Article" (numerical: with same value for same article ) as
follows:

res3a <- rma.mv(yi = yi,
               V = vi,
               mods = ~Type - 1,
               random = list(~1 | alloc, ~1 | Article),
               data = dat)

Could now be considered in this case a random effect model?

Thanks a lot.
Kind regards,
Gabriel

On Fri, Jun 16, 2023 at 11:45?AM Viechtbauer, Wolfgang (NP) <
wolfgang.viechtbauer at maastrichtuniversity.nl> wrote: