diagplot5new | R Documentation |
Transpose of ECDF (Empirical CDF) for centered fitted values and residuals from a linear model.
diagplot5new(linearmodel, ..., pch = 19)
linearmodel |
|
pch , ... |
Arguments to |
This is an implementation in xyplot
of the "r-f spread" plot.
"trellis"
object.
Richard M. Heiberger <rmh@temple.edu>
William Cleveland (1993), Visualizing Data, Hobart Press.
## See ?residVSfitted
## Not run:
data(fat)
fat.lm <- lm(bodyfat ~ abdomin, data=fat)
diagplot5new(fat.lm)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.