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

View source: R/residuals.R

weight_plotR Documentation

Weight plot for smn.lmm or smsn.lmm object

Description

Estimated weights versus Mahalanobis distance plot

Usage

weight_plot(object)

Arguments

object

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

Value

A ggplot object.

Author(s)

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

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

fernandalschumacher/lmmsmsn documentation built on Jan. 21, 2025, 1:24 a.m.