print.SMN {skewlmm}R Documentation

Print a smn.lmm object

Description

Print a smn.lmm object.

Usage

## S3 method for class 'SMN'
print(x, ...)

Arguments

x

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

...

Additional print arguments.

Author(s)

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

See Also

smn.lmm, summary.SMN

Examples

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

[Package skewlmm version 1.1.0 Index]