Skip to content
Prev 19145 / 20628 Next

Adding Level for non-repeated measurements

Thank you, Ben. The situation in your linked example is a bit different. In
your example, adding the random slope seems to be an overfit (as the
number of repeated measurements is limited) otherwise
theoretically possible.

But in my case, it seems adding a level is not theoretically possible. So,
there certainly is a gap in my knowledge resulting from a carryover from
mixed meta-regression models where we actually can have an
individual-specific random effects with the exact same data structure.

Thanks,

## data structure in mixed meta-regression:
studyID      effectSizeID       effectSize
1                   1                        .2
1                   2                        .1
2                   3                        .4
3                   4                        .3
3                   5                        .6
.                    .                          .
.                    .                          .
.                    .                          .
## data structure in ordinary mixed-models:
sch_id       stud_id             score
1                   1                        9
1                   2                        6
2                   3                        8
3                   4                        5
3                   5                        3
.                    .                          .
.                    .                          .
.                    .                          .
On Fri, Mar 19, 2021 at 2:32 PM Ben Bolker <bbolker at gmail.com> wrote: