weight_plot function

Weight plot for smn.lmm or smsn.lmm object

Weight plot for smn.lmm or smsn.lmm object

Estimated weights versus Mahalanobis distance plot

weight_plot(object)

Arguments

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

Returns

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)
  • Maintainer: Fernanda L. Schumacher
  • License: MIT + file LICENSE
  • Last published: 2024-12-15