extractCI: Extract confidence interval

View source: R/rap.R

extractCIR Documentation

Extract confidence interval

Description

Extract a confidence in interval from the bootstrapped results. Used by CI.raplot

Usage

extractCI(results.boot, conf.level, n.boot, dp)

Arguments

results.boot

The matrix of n.boot metrics from within CI.raplot

conf.level

The confidence interval expressed between 0 & 1 (eg 95%CI is conf.level = 0.95)

n.boot

The number of bootstrapped samples

dp

the number of decimal places to report the point estimate and confidence interval

Value

A two column matrix with the metric name and statistic with a confidence interval


JohnPickering/risk-assessment-plot-package documentation built on July 3, 2023, 8:41 a.m.