plot.clus_lme {ClusROC}R Documentation

Plot an clus_lme object.

Description

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

Usage

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

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().

Value

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

See Also

clus_lme


[Package ClusROC version 1.0.2 Index]