Skip to content
Prev 1957 / 5632 Next

[R-meta] Outlier and influential case diagnostics using generalized linear mixed models approach

Am 17.02.20 um 16:14 schrieb Joao Afonso:
The leave-one-out method is available in metainf() of *meta*.

For regression diagnostics provided by *metafor*, you have to conduct a 
meta-regression of your subgroup meta-analysis first.

E.g.,

m = metaprop(nlameanimal, ssizeanimal, author, data=prevalence_2020_noout,
 ???????????? method="inverse", sm="PLOGIT", method.tau="DL", 
method.ci="NAsm",
 ???????????? byvar=lcmbi, tau.common=TRUE,prediction = TRUE)

mr = metareg(m)

rstudent(mr)

Best wishes, Guido
Message-ID: <400236a4-6d89-ee6d-126c-8548e313cf40@imbi.uni-freiburg.de>
In-Reply-To: <CAF8zgfbJL385Zs1VG3QDtQ4p-+szufe4qw-yDR-qk0i+VL2NKQ@mail.gmail.com>