diagplot5new
From HH v3.1-35
by Richard Heiberger
Transpose of ECDF for centered fitted values and residuals from a linear model.
Transpose of ECDF (Empirical CDF) for centered fitted values and residuals from a linear model.
- Keywords
- hplot
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.
References
William Cleveland (1993), Visualizing Data, Hobart Press.
Examples
# NOT RUN {
## See ?residVSfitted
# }
# NOT RUN {
data(fat)
fat.lm <- lm(bodyfat ~ abdomin, data=fat)
diagplot5new(fat.lm)
# }
Community examples
Looks like there are no examples yet.