summary.SMN: Summary of a smn.lmm object

View source: R/mainfunctions-sim.R

summary.SMNR Documentation

Summary of a smn.lmm object

Description

summary method for class "SMN".

Usage

## S3 method for class 'SMN'
summary(object, confint.level = 0.95, ...)

Arguments

object

An object inheriting from class SMN, representing a fitted scale mixture normal linear mixed model.

confint.level

Level of the approximate confidence intervals presented.

...

Additional arguments.

Value

varRandom

Estimated variance matrix from random effects (D).

varFixed

Parameter estimates of variance from random errors (\Sigma). For recovering the error variance matrix use errorVar function.

tableFixed

Estimated fixed effects, their standard errors and approximated confidence intervals.

criteria

Maximum log-likelihood value, AIC and BIC criteria.

Author(s)

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

See Also

boot_par, smn.lmm, errorVar, plot.SMN, residuals.SMN

Examples


fm1 = smn.lmm(distance ~ age+Sex, data=nlme::Orthodont, groupVar="Subject")
summary(fm1)

skewlmm documentation built on July 9, 2023, 7:29 p.m.