makeBootCIs: Calculate percentile confidence intervals from a matrix of...

View source: R/makeBootCIs.R

makeBootCIsR Documentation

Calculate percentile confidence intervals from a matrix of bootstrapped predictions

Description

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

## Not run: 
makeBootCIs(bootPreds)

## End(Not run)

lindesaysh/MRSea documentation built on April 5, 2024, 4:39 p.m.