Learn R Programming

metafor (version 1.9-2)

leave1out: Compute Leave-One-Out Diagnostics

Description

The function leave1out is generic. For suitable model objects, it repeatedly fits the model, leaving out one observation/study at a time.

Usage

leave1out(x, ...)

Arguments

x
an object of class "rma.uni", "rma.mh", or "rma.peto".
...
other arguments.

Details

Currently, there are methods for handling objects of class "rma.uni", "rma.mh", and "rma.peto" with the leave1out function. Accordingly, the corresponding methods are called leave1out.rma.uni, leave1out.rma.mh, and leave1out.rma.peto. See the documentation for those functions for more details.

References

Viechtbauer, W. (2010). Conducting meta-analyses in R with the metafor package. Journal of Statistical Software, 36(3), 1--48. http://www.jstatsoft.org/v36/i03/. Viechtbauer, W., & Cheung, M. W.-L. (2010). Outlier and influence diagnostics for meta-analysis. Research Synthesis Methods, 1, 112--125.

See Also

leave1out.rma.uni, leave1out.rma.mh, leave1out.rma.peto