diagQQ
From HH v3.1-42
by Richard Heiberger
QQ plot of regression residuals.
QQ plot of regression residuals. The panel.qqmathline
is displayed.
- Keywords
- hplot
Usage
diagQQ(lm.object, ...)
Arguments
- lm.object
"lm"
object.- …
Additional arguments to
qqmath
.
Value
"trellis"
object.
See Also
Examples
# NOT RUN {
## See ?residVSfitted
# }
# NOT RUN {
data(fat)
fat.lm <- lm(bodyfat ~ abdomin, data=fat)
diagQQ(fat.lm)
# }
Community examples
Looks like there are no examples yet.