diagQQ {HH} | R Documentation |
QQ plot of regression residuals.
Description
QQ plot of regression residuals. The panel.qqmathline
is displayed.
Usage
diagQQ(lm.object, ...)
Arguments
lm.object |
|
... |
Additional arguments to |
Value
"trellis"
object.
Author(s)
Richard M. Heiberger <rmh@temple.edu>
See Also
Examples
## See ?residVSfitted
## Not run:
data(fat)
fat.lm <- lm(bodyfat ~ abdomin, data=fat)
diagQQ(fat.lm)
## End(Not run)
[Package HH version 3.1-52 Index]