Description Usage Arguments Value Examples
View source: R/plotDistributions.R
Plots the distribution of the original data beside the imputed data.
1 2 3 4 5 6 | plotDistributions(
miceObj,
vars = names(miceObj$callParams$vars),
dotsize = 0.5,
...
)
|
miceObj |
an object of class miceDefs, created by the miceRanger function. |
vars |
the variables you want to plot. Default is to plot all variables. Can be a vector of variable names, or one of 'allNumeric' or 'allCategorical' |
dotsize |
Passed to |
... |
additional parameters passed to |
an object of class ggarrange
.
1 2 | data("sampleMiceDefs")
plotDistributions(sampleMiceDefs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.