Learn R Programming

skewlmm (version 1.1.3)

print.SMN: Print a smn.lmm object

Description

Print a smn.lmm object.

Usage

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

Arguments

x

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

...

Additional print arguments.

Author

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

See Also

smn.lmm, summary.SMN

Examples

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

Run the code above in your browser using DataLab