Learn R Programming

skewlmm (version 1.1.3)

print.SMSN: Print a smsn.lmm object

Description

Print a smsn.lmm object.

Usage

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

Arguments

x

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

...

Additional print arguments.

Author

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

See Also

smsn.lmm, summary.SMSN

Examples

Run this code
# \donttest{
fm1 = smsn.lmm(distance ~ age+Sex, data=nlme::Orthodont, groupVar="Subject")
fm1
  # }

Run the code above in your browser using DataLab