Skip to content
Prev 3591 / 5632 Next

[R-meta] rma.mv-When a higher level can't be modeled because of one row

For further clarity, each study uses only one level of the 10
available levels of "measure", except one study that uses two levels
of the 10 available levels of "measure".

The question is that if this one exceptional study was like all other
studies, then, we could use: ~ 1 | measure / study ...  .

But now because of this one exceptional study, we can't use: ~ 1 |
measure / study ... .

So, to use measure as a random factor what should we do? One
suggestion is to use: ~ 1 | study / measure ...  .

However, given that all studies, except one, agree with ~ 1 | measure
/ study..., is there a technical consequence to using ~ 1 | study /
measure?

Thank you for your help,
Fred

   measure row   study   outcome
   1             1          1       1
   1             2          1       2

# 1              3          2       1 <--- measure on this row
   2              4          2       1

   1               5         3       1
   1               6         3       2

   2               7         4       1
   9               8         5       2
   9               9         6       4
...
On Mon, Nov 8, 2021 at 11:53 AM Farzad Keyhan <f.keyhaniha at gmail.com> wrote: