Skip to contents

Prediction interval for a new study (random-effects meta)

Usage

prediction_interval(estimates, standard_errors, confidence = 0.95)

Arguments

estimates

Numeric vector of effect-size estimates.

standard_errors

Numeric vector of SEs.

confidence

Confidence level. Default 0.95.

Value

Numeric c(lower, upper).

Examples

prediction_interval(c(0.20, 0.35, 0.15), c(0.08, 0.10, 0.07))
#> [1] -0.7202667  1.1519711