diagQQ {HH} | R Documentation |
QQ plot of regression residuals. The panel.qqmathline
is displayed.
diagQQ(lm.object, ...)
lm.object |
|
... |
Additional arguments to |
"trellis"
object.
Richard M. Heiberger <rmh@temple.edu>
## See ?residVSfitted
## Not run:
data(fat)
fat.lm <- lm(bodyfat ~ abdomin, data=fat)
diagQQ(fat.lm)
## End(Not run)