Calculate confidence intervals
calc_confints(
lms.list,
perc = c(2.5, 5, 50, 95, 97.5),
level = 0.95,
type = c("point")
)
list containing the respective confidence envelopes
lms part of the returned list of do_iterations
percentiles for which the confidence bands are calculated
confidence level
for now only point is a valid value
mandy
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