percentile_CI: Calculating the confidence intervals of the bootstrapped...

View source: R/boot.R

percentile_CIR Documentation

Calculating the confidence intervals of the bootstrapped function using the percentile method

Description

Calculate the confidence intervals of the bootstrapped function using the percentile method.

Usage

percentile_CI(boot, alpha = 0.05, bounds = c("both", "lo", "up"))

Arguments

boot

a matrix or a list of vectors with bootstrapped elements. If it is list, then each element of the list is one replication.

alpha

a significance level.

bounds

which bounds to return; one of "both", "lo", "up".

Author(s)

Maciej J. Danko

See Also

boot_hopit, getLevels, getCutPoints, latentIndex, standardiseCoef, hopit.

Examples

# see examples in boot_hopit() function.

MaciejDanko/hopit documentation built on Oct. 4, 2022, 7:59 p.m.