powered by
Calculate the confidence intervals of the bootstrapped function using the percentile method.
percentile_CI(boot, alpha = 0.05, bounds = c("both", "lo", "up"))
a matrix or a list of vectors with bootstrapped elements. If it is list, then each element of the list is one replication.
a significance level.
which bounds to return; one of "both", "lo", "up".
"both"
"lo"
"up"
Maciej J. Danko
boot_hopit, getLevels, getCutPoints, latentIndex, standardiseCoef, hopit.
boot_hopit
getLevels
getCutPoints
latentIndex
standardiseCoef
hopit
# see examples in boot_hopit() function.
Run the code above in your browser using DataLab