powered by
Diagnostic plots for galamm objects
# S3 method for galamm plot(x, ...)
A plot is displayed.
An object of class galamm returned from galamm.
galamm
Optional arguments passed on to the plot function.
plot
residuals.galamm() for extracting residuals and plot() for the generic function.
residuals.galamm()
plot()
Other summary functions: anova.galamm(), plot_smooth.galamm(), print.galamm(), print.summary.galamm(), summary.galamm()
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)
Run the code above in your browser using DataLab