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).