Plots diagnostic plots for the output from the
amelia
function.
# S3 method for amelia
plot(x, which.vars, compare = TRUE, overimpute =
FALSE, ask = TRUE, ...)
an object of class "amelia"; typically output from the
function amelia
.
a vector indicating the variables to plot. The default is to plot all of the numeric variables that were actually imputed.
plot the density comparisons for each variable?
plot the overimputation for each variable?
prompt user before changing pages of a plot?
further graphical arguments.