plot.amelia | R Documentation |
Plots diagnostic plots for the output from the
amelia
function.
## S3 method for class 'amelia'
plot(x, which.vars, compare = TRUE, overimpute = FALSE, ask = TRUE, ...)
x |
an object of class "amelia"; typically output from the
function |
which.vars |
a vector indicating the variables to plot. The default is to plot all of the numeric variables that were actually imputed. |
compare |
plot the density comparisons for each variable (True or False) |
overimpute |
plot the overimputation for each variable (True or False) |
ask |
prompt user before changing pages of a plot (True or False) |
... |
further graphical arguments. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.