qqmath.galamm: Quantile-quantile plots for galamm objects

View source: R/qqmath.R

qqmath.galammR Documentation

Quantile-quantile plots for galamm objects

Description

Quantile-quantile plots for galamm objects

Usage

## S3 method for class 'galamm'
qqmath(x, data = NULL, ...)

Arguments

x

An object of class galamm, returned from galamm.

data

Ignored. Required for S3 method compatibility.

...

Optional parameters passed on to other methods. Currently not used.

Value

A quantile-quantile plot.

Author(s)

This function is derived from lme4:::qqmath.merMod, written by Douglas Bates, Martin Maechler, Ben Bolker, Steve Walker.

See Also

Other diagnostics: plot.galamm()

Examples

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


galamm documentation built on Dec. 21, 2025, 5:07 p.m.