Skip to content

[R-meta] PET-PEESE Question

2 messages · Lukasz Stasielowicz, Wolfgang Viechtbauer

#
Dear Tori,

vi refers to sampling variance in your code, right?

In that case, slight code adjustments seem necessary:
PET: mods = ~sqrt(vi) #standard error as a moderator
PEESE: PET: mods = ~vi #variance as a moderator


Further reading: 
https://bookdown.org/MathiasHarrer/Doing_Meta_Analysis_in_R/pub-bias.html#pet-peese


Best,
Lukasz
4 days later
#
There is another issue:

Relationship$SE_Mod <- Relationship$vi^2

but the dataset is called "Relationship_TE_Occurrence".

Best,
Wolfgang