plot.rlme: Plot rlme Fit

View source: R/rlme.r

plot.rlmeR Documentation

Plot rlme Fit

Description

Generates Normal Q-Q plot of residuals from rlme fit

Usage

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

Arguments

x

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

...

not used

Examples


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


herbps10/rlme documentation built on Nov. 25, 2022, 1:38 p.m.