calc_confints {childsds} | R Documentation |
Calculate confidence intervals
calc_confints(
lms.list,
perc = c(2.5, 5, 50, 95, 97.5),
level = 0.95,
type = c("point")
)
lms.list |
lms part of the returned list of |
perc |
percentiles for which the confidence bands are calculated |
level |
confidence level |
type |
for now only point is a valid value |
The function takes a lms list as returned by do_iterations
and
calculates the confidence bands for a given set of percentiles using
envelope
from the boot package
list containing the respective confidence envelopes
mandy