boot_ci: Extract confidence intervals from 'lmmBoot' object

View source: R/residuals.R

boot_ciR 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)


fernandalschumacher/lmmsmsn documentation built on Jan. 21, 2025, 1:24 a.m.