diagplot5new {HH} | R 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 |
|
pch , ... |
Arguments to |
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)
[Package HH version 3.1-52 Index]