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 |
file_name |
File name to create on disk. |
... |
further arguments used with |
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
[Package ClusROC version 1.0.2 Index]