plot.SMNCens: Plot a smn.clmm object

plot.SMNclmmR Documentation

Plot a smn.clmm object

Description

Fitted values versus residuals plot. Censored values are imputed using their conditional expectation from the fitting algorithm.

Usage

  ## S3 method for class 'SMNclmm'
plot(x, level = "conditional", useweight = TRUE,
                         alpha = 0.3, ...)

Arguments

x

An object inheriting from class SMNclmm, representing a fitted scale mixture of normal censored linear mixed model.

level

Level of residual that should be used. For details see residuals.SMNclmm. Default is "conditional".

useweight

A logical value indicating if the estimated weights should be used as color in the plot.

alpha

Transparency parameter to be used (0<alpha<1). Meaningless if useweight = TRUE.

...

Additional arguments.

Value

A ggplot object.

Author(s)

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

See Also

ggplot, smn.clmm, fitted.SMNclmm, residuals.SMNclmm


skewlmm documentation built on Jan. 19, 2026, 1:07 a.m.