diagQQ: QQ plot of regression residuals.

View source: R/regrDiagn.R

diagQQR Documentation

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.

Author(s)

Richard M. Heiberger <rmh@temple.edu>

See Also

qqmath

Examples

## See ?residVSfitted
## Not run: 
data(fat)
fat.lm <- lm(bodyfat ~ abdomin, data=fat)
diagQQ(fat.lm)

## End(Not run)

HH documentation built on Aug. 9, 2022, 5:08 p.m.

Related to diagQQ in HH...