plot.rlme: Plot rlme Fit

Description Usage Arguments Examples

Description

Generates Normal Q-Q plot of residuals from rlme fit

Usage

1
2
## S3 method for class 'rlme'
plot(x, ...)

Arguments

x

A list of class rlme. Store as fit.rlme.

...

not used

Examples

1
2
3
data(schools)
rlme.fit = rlme(y ~ 1 + sex + age + (1 | region) + (1 | region:school), schools, method="gr")
plot(rlme.fit)

rlme documentation built on May 2, 2019, 3:47 p.m.