diagplot5new: Transpose of ECDF for centered fitted values and residuals...

View source: R/regrDiagn.R

diagplot5newR Documentation

Transpose of ECDF for centered fitted values and residuals from a linear model.

Description

Transpose of ECDF (Empirical CDF) for centered fitted values and residuals from a linear model.

Usage

diagplot5new(linearmodel, ..., pch = 19)

Arguments

linearmodel

"lm" object.

pch, ...

Arguments to xyplot.

Details

This is an implementation in xyplot of the "r-f spread" plot.

Value

"trellis" object.

Author(s)

Richard M. Heiberger <rmh@temple.edu>

References

William Cleveland (1993), Visualizing Data, Hobart Press.

Examples

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

## End(Not run)

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

Related to diagplot5new in HH...