Learn R Programming

metansue (version 1.2)

leave1out: Compute Leave-One-Out Diagnostics

Description

Repeatedly fits the specified model, leaving out one study at a time.

Usage

leave1out(x, ...)

Arguments

x

an object of class "nsue", or of other classes in other meta-analytic packages (e.g. "rma").

...

other arguments.

Details

The function leave1out is generic. See leave1out.nsue for computing leave-one-out diagnostics for "nsue" objects, or other methods from other meta-analytic packages (e.g. leave1out.rma.uni).

See Also

leave1out.nsue for computing leave-one-out diagnostics for "nsue" objects.

smc_from_t, smd_from_t, z_from_r and r_in_smd_from_t_means_and_sds1 for creating "nsue" objects.

meta for conducting a meta-analysis.