percentile_CI {hopit} | R 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 |
Author(s)
Maciej J. Danko
See Also
boot_hopit
, getLevels
, getCutPoints
, latentIndex
, standardiseCoef
, hopit
.
Examples
# see examples in boot_hopit() function.
[Package hopit version 0.11.6 Index]