Learn R Programming

skewlmm (version 1.1.3)

boot_ci: Extract confidence intervals from lmmBoot object

Description

It extracts confidence intervals from parametric bootstrap results obtained using the boot_par() function.

Usage

boot_ci(object, conf = 0.95)

Value

A matrix containing the confidence intervals.

Arguments

object

An object containing the results of the boot_par() function.

conf

Confidence level to be considered.

Author

Fernanda L. Schumacher, Larissa A. Matos and Victor H. Lachos

See Also

boot_par, smsn.lmm, smn.lmm

Examples

Run this code
# \donttest{
fm1 = smn.lmm(nlme::Orthodont, formFixed=distance ~ age+Sex, groupVar="Subject")
b1 = boot_par(fm1, B=100)
boot_ci(b1)
# }

Run the code above in your browser using DataLab