Learn R Programming

skewlmm (version 1.1.3)

weight_plot: Weight plot for smn.lmm or smsn.lmm object

Description

Estimated weights versus Mahalanobis distance plot

Usage

weight_plot(object)

Value

A ggplot object.

Arguments

object

An object inheriting from class SMN or SMSN, representing a fitted scale mixture of (skew) normal linear mixed model.

Author

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

See Also

ggplot, smn.lmm, smsn.lmm, fitted.SMN, fitted.SMSN, residuals.SMN, residuals.SMSN

Examples

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

Run the code above in your browser using DataLab