Skip to contents

Confidence interval calculation from bootstrap samples.

Usage

mm_boot_CI(t0, bt, conf = 0.95)

Arguments

t0

the statistic estimated from the original sample, usually the output from mm_overlap_estimates()

bt

a vector of bootstrap statistics, usually the output from mm_boot_estimates()

conf

a (single!) confidence interval to estimate.