ceres.plots(model, variable, ask=missing(variable), one.page=!ask,
span=0.5, ...)
ceres.plot(model, ...)
ceres.plot.lm(model, variable, line=T, smooth=T, span=0.5,
las=1, col=palette()[2], pch=1, lwd=2, iter, main="ceres Plot", ...)
ceres.plot.glm(model, ...)
lm
or glm
.ceres.plots
.TRUE
, a menu is provided in the R Console for the
user to select the variable(s) to plot, and to modify the span for the smoother
used to draw a nonparametric-regression line on the plot.TRUE
(and ask=F
), put all plots on one
graph.TRUE
to plot least-squares line.TRUE
to plot nonparametric-regression (lowess) line.0
, ticks labels are drawn parallel to the
axis; set to 1
(the default) for horizontal labels (see par
).1
(a circle, see par
).2
(see par
).NULL
. These functions are used for their side effect: producing
plots.ceres.plots
.
By default, this function is used interactively
through a text menu.
The model cannot contain interactions, but can contain factors.
Factors may be present in the model, but Ceres plots cannot be drawn
for them.cr.plots
, av.plots
data(Prestige)
ceres.plots(lm(prestige~income+education+type, data=Prestige))
Run the code above in your browser using DataLab