Usage
plotSimDiags(obj, ...)
plotSimScat(obj, sigma = NULL, layout = c(4, 1), type = c("p",
"r"), show = c("points", "residuals"), ...)
Arguments
obj
An object of class code{lm}, or of a class that inherits from lm
.
For plotSimScat
, a straight line lm
object.
sigma
Standard error of residual (plotSimScat
).
layout
Controls the number of simulations and the layout of the plots.
For example layout=c(3,4)
will give 12 plots in a 3 by 4 layout.
type
'"p"' denotes points, '"r"' denotes a regression line,
'"smooth"' adds a smooth curve (plotSimScat
).
show
'"points"' shows the y-variable values, '"residuals"'
shows residuals on the vertical axis (plotSimScat
).
...
For other parameters that can be passed to the lattice function call(s),
see plotSimDiags.lm