calc_confints {childsds}R Documentation

Calculate confidence intervals

Description

Calculate confidence intervals

Usage

calc_confints(
  lms.list,
  perc = c(2.5, 5, 50, 95, 97.5),
  level = 0.95,
  type = c("point")
)

Arguments

lms.list

lms part of the returned list of do_iterations

perc

percentiles for which the confidence bands are calculated

level

confidence level

type

for now only point is a valid value

Details

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

Value

list containing the respective confidence envelopes

Author(s)

mandy


[Package childsds version 0.8.0 Index]