plot.galamm {galamm}R Documentation

Diagnostic plots for galamm objects

Description

Diagnostic plots for galamm objects

Usage

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

Arguments

x

An object of class galamm returned from galamm.

...

Optional arguments passed on to the plot function.

Value

A plot is displayed.

See Also

residuals.galamm() for extracting residuals and plot() for the generic function.

Other summary functions: anova.galamm(), plot_smooth.galamm(), print.summary.galamm(), summary.galamm()

Examples

# Linear mixed model example from lme4
data("sleepstudy", package = "lme4")
mod <- galamm(Reaction ~ Days + (Days | Subject), data = sleepstudy)

# Diagnostic plot
plot(mod)


[Package galamm version 0.2.0 Index]