HH (version 3.1-40)

diagplot5new: 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.

Value

"trellis" object.

Details

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

References

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

Examples

Run this code
# NOT RUN {
## See ?residVSfitted
# }
# NOT RUN {
data(fat)
fat.lm <- lm(bodyfat ~ abdomin, data=fat)
diagplot5new(fat.lm)
# }

Run the code above in your browser using DataCamp Workspace