| qqmath.galamm | R Documentation |
Quantile-quantile plots for galamm objects
## S3 method for class 'galamm'
qqmath(x, data = NULL, ...)
x |
An object of class |
data |
Ignored. Required for S3 method compatibility. |
... |
Optional parameters passed on to other methods. Currently not used. |
A quantile-quantile plot.
This function is derived from lme4:::qqmath.merMod, written by
Douglas Bates, Martin Maechler, Ben Bolker, Steve Walker.
Other diagnostics:
plot.galamm()
## Linear mixed model example from lme4
data("sleepstudy", package = "lme4")
mod <- galamm(Reaction ~ Days + (Days | Subject), data = sleepstudy)
qqmath(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.