powered by
lmmBoot
It extracts confidence intervals from parametric bootstrap results obtained using the boot_par() function.
boot_par()
boot_ci(object, conf = 0.95)
A matrix containing the confidence intervals.
An object containing the results of the boot_par() function.
Confidence level to be considered.
Fernanda L. Schumacher, Larissa A. Matos and Victor H. Lachos
boot_par, smsn.lmm, smn.lmm
boot_par
smsn.lmm
smn.lmm
# \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