Skip to contents

Calculate percentile confidence intervals from a matrix of bootstrapped predictions

Usage

makeBootCIs(preds, quants = c(0.025, 0.975))

Arguments

preds

matrix of bootstrap predictions where each column is a bootstrap realisation

quants

(default = c(0.025, 0.975). Vector of length two of quantiles.

Examples

if (FALSE) {
makeBootCIs(bootPreds)
}