
residual.plots.lattice(lm.object, X=dft$x, layout=c(dim(X)[2],1),
par.strip.text=list(cex=.8),
scales.cex=.6,
na.action=na.pass,
y.relation="free",
...)
lm.object
xyplot
.cex
for the scales
argument in xyplot
.na.action
.relation
for the y
argument to scales
argument in xyplot
."trellis"
object.residual.plots
data(longley)
longley.lm <- lm( Employed ~ . , data=longley, x=TRUE, y=TRUE)
residual.plots.lattice(longley.lm)
Run the code above in your browser using DataLab