Learn R Programming

ClusROC (version 1.0.3)

plot.clus_lme: Plot an clus_lme object.

Description

Diagnostic plots for the linear mixed-effect model, fitted by clus_lme.

Usage

# S3 method for clus_lme
plot(x, file_name = NULL, ...)

Value

plot.clus_lme returns the diagnostic plots for the linear mixed-effect model, fitted by clus_lme.

Arguments

x

an object of class "clus_lme", i.e., a result of clus_lme call.

file_name

File name to create on disk.

...

further arguments used with ggexport function, for example, width, height.

Details

plot.clus_lme provides three diagnostic plots: Q-Q plots for residuals, Fitted vs. Residuals values, and Q-Q plot for cluster effects, based on ggplot().

See Also

clus_lme