| plot.galamm | R Documentation |
Diagnostic plots for galamm objects
## S3 method for class 'galamm'
plot(x, ...)
x |
An object of class |
... |
Optional arguments passed on to the |
A plot is displayed.
residuals.galamm() for extracting residuals and plot() for the
generic function.
Other summary functions:
anova.galamm(),
plot_smooth.galamm(),
print.galamm(),
print.summary.galamm(),
summary.galamm()
# Linear mixed model example from lme4
data("sleepstudy", package = "lme4")
mod <- galamm(Reaction ~ Days + (Days | Subject), data = sleepstudy)
# Diagnostic plot
plot(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.