Usage
mi.scatterplot( Yobs, Yimp, X = NULL, xlab = NULL, ylab = NULL,
main = "Imputed Variable Scatter Plot",
display.zero = TRUE, gray.scale = FALSE,
obs.col = rgb( 0, 0, 1 ),
imp.col = rgb( 1, 0, 0 ),
obs.pch = 20 , imp.pch = 20,
obs.cex = 0.3, imp.cex = 0.3,
obs.lty = 1 , imp.lty = 1,
obs.lwd = 2.5, imp.lwd = 2.5, ... )
marginal.scatterplot ( data, object, use.imputed.X = FALSE, ... )
Arguments
X
variable to plot on the x axis.
display.zero
if set to FALSE zeros will not be displayed. Default is TRUE.
main
main title of the plot.
gray.scale
When set to TRUE, makes the plot into gray scale with predefined color and line type.
obs.col
color for the observed variable. Default is "blue".
imp.col
color for the imputed variable. Default is "red".
obs.pch
data symbol for observed variable. Default is 20.
imp.pch
data symbol for imputed variable. Default is 20.
obs.cex
text size for observed variable. Default is 0.3.
imp.cex
text size for imputed variable. Default is 0.3.
obs.lty
line type for observed variable. Default is 1.
imp.lty
line type for imputed variable. Default is 1.
obs.lwd
line width for observed variable. Default is 2.5.
imp.lwd
line width for imputed variable. Default is 2.5.
...
Other options for 'plot' function.
use.imputed.X
If you want to use the imputed X. Default is FALSE.