Skip to content
Prev 4354 / 5632 Next

[R-meta] Specifying the random effect structure of our multilevel meta-analysis in metafor

Hi Paco,

Responses below.

James

On Mon, Jan 23, 2023 at 4:25 PM Tomas-Valiente Jorda Francisco <
tomasf at student.ethz.ch> wrote:

            
Correct. You can also accomplish the same thing using the metafor::robust()
function, which calls clubSandwich under the hood:

model_robust <- robust(model, cluster = experiment, clubSandwich = TRUE)

For tests of hypotheses involving multiple parameters, you'll still need to
use clubSandwich::Wald_test() or wildmeta::Wald_test_cwb().