Compare scatter plots of the input dataset and the edited dataset.
scatterPlot(model.obj, data.obj=NULL, xvar=NULL, yvar=NULL)
Rcpp_bei
model-object generated from createModel
.
EditIn.data
object generated from readData
. This is used to draw the lines to indicate ratio edits.
variable to draw on X-axis. If NULL
, plots are drawn for all variables in turn.
variable to draw on Y-axis. If NULL
, plots are drawn for all variables in turn.
Draw the scatter plots of log transformed values of the input data (model.obj$Y.input
, left panel) and the edit-imputed data (model.obj$Y.edit
, right panel). The sky-blue dots on the background represent edit-passing records which are identical for both datasets. The blue dots on the left panel shows the edit-failing records in the original data and those on the right panel shows their edited values. The red dotted lines (if any) show the ratio edits of two log-transformed variables.