Description Usage Arguments Details Value Author(s)
Calculate confidence intervals
1 2 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.