percentile_CI {hopit} | R Documentation |
Calculate the confidence intervals of the bootstrapped function using the percentile method.
percentile_CI(boot, alpha = 0.05, bounds = c("both", "lo", "up"))
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 |
Maciej J. Danko
boot_hopit
, getLevels
, getCutPoints
, latentIndex
, standardiseCoef
, hopit
.
# see examples in boot_hopit() function.