plot.lme2 {ClusROC} | R Documentation |
Diagnostic plots for the linear mixed-effect model, fitted by lme2.
## S3 method for class 'lme2'
plot(x, file.name = NULL, ...)
x |
an object of class "lme2", i.e., a result of |
file.name |
File name to create on disk. |
... |
further arguments used with |
plot.lme2
provides three diagnostic plots: Q-Q plots for residuals, Fitted vs. Residuals values, and Q-Q plot for cluster effects, based on ggplot()
.
plot.lme2
returns the diagnostic plots for the linear mixed-effect model, fitted by lme2.