Learn R Programming

confintr (version 0.1.0)

ci_boot: Bootstrap Confidence Interval

Description

Internel wrapper to boot::boot.ci. Contains the logic for one-sided and asymmetric confidence intervals.

Usage

ci_boot(S, boot_type = c("norm", "basic", "stud", "perc", "bca"), probs, ...)

Arguments

S

Result of boot.

boot_type

Confidence interval type passed to boot::boot.ci.

probs

Probability cuts for the confidence intervals.

...

Further arguments passed to boot::boot.ci.

Value

A numeric vector of length two.