powered by
Transpose of ECDF (Empirical CDF) for centered fitted values and residuals from a linear model.
diagplot5new(linearmodel, ..., pch = 19)
"lm" object.
"lm"
Arguments to xyplot.
xyplot
"trellis" object.
"trellis"
This is an implementation in xyplot of the "r-f spread" plot.
William Cleveland (1993), Visualizing Data, Hobart Press.
# 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 DataLab