- x
A gerbil object containing the imputed data.
- y
A vector listing the column names of the imputed data for which plots should be created. See details. By default, y contains all columns of the data that required imputation.
- type
A scalar used to specify the type of plots that will be created. Options include univariate (marginal) plots (type = 1), bivariate plots (type = 2), and trace plots (type = 3). See details. Defaults to type = 1.
- imp
A scalar or vector indicating which of the multiply imputed datasets should be used for plotting. Defaults to imp = 1. Setting imp = TRUE will include all imputed datasets.
- col
The color used for plotting -- should be a vector of length equal to imp + 1. The first element references plotting of observed data, and remaining elements reference plotting of imputed data.
- lty
The line type used for plotting imputed values with trace lines or density plots -- should be a vector of length equal to imp + 1. The first element references plotting of observed data, and remaining elements reference plotting of imputed data.
- lwd
The line width used for density and trace line plotting -- should be a vector of length equal to imp + 1. The first element references plotting of observed data, and remaining elements reference plotting of imputed data.
- pch
A length-2 vector that indicates the plotting symbol to be used for imputed and observed values in scatter and lattice plots.
- log
A character vector that includes names of variables of which a log transformation is to be taken prior to plotting.
- legend
A character or expression vector to appear in the legend. If FALSE or 'n', no legend is created. Defaults to c("Observed", "Imputed", ...).
- legend.loc
The location of the legend in the plots.
- mfrow
The layout of plots across a single page when there are to be multiple plots per page (as is the case when file is non-NULL and sep = FALSE).
- trace.type
The type of trace plot to be created (only valid when type = 3). See details. Defaults to trace.type = 1.
- file
A character string giving the name of file that will be created in the home directory containing plots. The name should have a .pdf or .png extension. If NULL (the default), no file is created.
- sep
If sep = TRUE, separate plots will be generated for each outcome. Applicable only if plots are saved to file (plot.file is non-NULL). To change display of plots produced as output, use par.
- height
The height of the graphics region (in inches) when a pdf is created.
- width
The width of the graphics region (in inches) when a pdf is created.
- partial
Indicates how partially imputed pairs are handled in bivariate plotting. If 'imputed', cases with at least one missing variable in a pair are considered imputed. Otherwise (partial = 'observed'), only cases with both variables in the pair missing are considered imputed.
- ...
Arguments to be passed to methods, such as plot.