weight_plot {skewlmm} | R 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 |
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)
[Package skewlmm version 1.1.2 Index]