Learn R Programming

hopit (version 0.11.6)

percentile_CI: 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

Maciej J. Danko

See Also

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

Examples

Run this code
# see examples in boot_hopit() function.

Run the code above in your browser using DataLab