boot_ci {skewlmm}R Documentation

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)

Arguments

object

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

conf

Confidence level to be considered.

Value

A matrix containing the confidence intervals.

Author(s)

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

See Also

boot_par, smsn.lmm, smn.lmm

Examples


fm1 = smn.lmm(nlme::Orthodont, formFixed=distance ~ age+Sex, groupVar="Subject")
b1 = boot_par(fm1, B=100)
boot_ci(b1)


[Package skewlmm version 1.1.0 Index]