Learn R Programming

galamm (version 0.2.3)

plot.galamm: Diagnostic plots for galamm objects

Description

Diagnostic plots for galamm objects

Usage

# S3 method for galamm
plot(x, ...)

Value

A plot is displayed.

Arguments

x

An object of class galamm returned from galamm.

...

Optional arguments passed on to the plot function.

See Also

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

Examples

Run this code
# 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