Learn R Programming

rlme (version 0.5)

plot.rlme: Plot rlme Fit

Description

Generates Normal Q-Q plot of residuals from rlme fit

Usage

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

Arguments

x

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

not used

Examples

Run this code
# NOT RUN {
data(schools)
rlme.fit = rlme(y ~ 1 + sex + age + (1 | region) + (1 | region:school), schools, method="gr")
plot(rlme.fit)

# }

Run the code above in your browser using DataLab