zelig
method for the generic plot
command generates default plots for sim
output with
one-observation values in x
and x1
.## S3 method for class 'zelig':
plot(x, xlab = "", user.par = FALSE, ...)
sim
. If the x$x
or
x$x1
values stored in the object contain more than one
observation, plot.zelig
will return an error. For linear or
generalizeuser.par = FALSE
) or
user-defined parameters (user.par = TRUE
), set using the
par
function prior to plotting.plot.default
.
Because plot.zelig
primarily produces diagnostic plots, many
of these parameters are hard-coded for convenience and
presentation.plot.zelig
will
return an on-screen window with graphs of the various quantities of
interest. You may save these plots using the commands described in
the Zelig manual (available at plot
, lines
,
and par
.