plot.rlme {rlme} | R 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)
[Package rlme version 0.5 Index]