plot.lme2 {ClusROC}R Documentation

Plot an lme2 object.

Description

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

Usage

## S3 method for class 'lme2'
plot(x, file.name = NULL, ...)

Arguments

x

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

file.name

File name to create on disk.

...

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

Details

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

Value

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

See Also

lme2


[Package ClusROC version 1.0.1 Index]