HH (version 3.1-30)

diagQQ: QQ plot of regression residuals.

Description

QQ plot of regression residuals. The panel.qqmathline is displayed.

Usage

diagQQ(lm.object, ...)

Arguments

lm.object
"lm" object.
...
Additional arguments to qqmath.

Value

  • "trellis" object.

See Also

qqmath

Examples

Run this code
## See ?residVSfitted
data(fat)
fat.lm <- lm(bodyfat ~ abdomin, data=fat)
diagQQ(fat.lm)

Run the code above in your browser using DataCamp Workspace