Skip to content
Prev 3123 / 5632 Next

[R-meta] escalc error interpretation

Just to confirm, this is indeed the issue:

escalc(measure="PLO", xi=0, mi=0)

Error in escalc(measure = "PLO", xi = 0, mi = 0) :                                                                    
  One or more group sizes are < 1.

If there are 0 people for whom the event of interest did occur (xi) and 0 people for whom the event did not occur (mi), then the group size (xi+mi) must be 0.

Best,
Wolfgang