Description Usage Arguments Author(s) See Also Examples
View source: R/mi_trellisplot.R
Draws Trellis conditional scatterplots for imputed datasets. Imputed values by default are drawn in red, observed in blue.
1 2 3 |
x |
vector of variablenames that should be plotted on x- and y-axis. |
var |
defines the variable that is splitted continuously in equal intervals or a categorical variable. |
input |
MI object produced by mi, mice or Amelia. |
nr |
number of the imputation chain that should be plotted. |
eqnr |
number of intervals var should be splitted into. |
ol |
defines the overlap rate between the intervalls. |
main |
main title; by default the conditioning formula. |
col |
vector of length two, specifying the colors for observed and imputed values, respectively. |
pch, font.main |
plot attributes, passed to |
... |
potentially further arguments passed to
|
Paul Brix; tweaks by Martin Maechler
xyplot
from package lattice
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.