powered by
summary method for class "SMSN".
summary
# S3 method for SMSN summary(object, confint.level = 0.95, ...)
Estimated variance matrix from random effects (\(D\)).
Parameter estimates of variance from random errors (\(\Sigma\)). For recovering the error variance matrix use errorVar function.
errorVar
Estimated fixed effects, their standard errors and approximated confidence intervals.
Maximum log-likelihood value, AIC and BIC criteria.
An object inheriting from class SMSN, representing a fitted scale mixture skew-normal linear mixed model.
SMSN
Level of the approximate confidence intervals presented.
Additional arguments.
Fernanda L. Schumacher, Larissa A. Matos and Victor H. Lachos
boot_par, smsn.lmm, errorVar, plot.SMSN, residuals.SMSN
boot_par
smsn.lmm
plot.SMSN
residuals.SMSN
fm1 = smsn.lmm(distance ~ age+Sex, data=nlme::Orthodont, groupVar="Subject", control=lmmControl(tol=.0001)) summary(fm1)
Run the code above in your browser using DataLab