calc_confints: Calculate confidence intervals

Description Usage Arguments Details Value Author(s)

View source: R/createlms.R

Description

Calculate confidence intervals

Usage

1
2
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


mvogel78/childsds documentation built on May 23, 2019, 10:55 a.m.