plotVarConvergence {miceRanger} | R Documentation |
plotVarConvergence
Description
Plot the evolution of the dispersion and center of each variable. For numeric variables, the center is the mean, and the dispersion is the standard deviation. For categorical variables, the center is the mode, and the dispersion is the entropy of the distribution.
Usage
plotVarConvergence(miceObj, vars = names(miceObj$callParams$vars), ...)
Arguments
miceObj |
an object of class |
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' |
... |
options passed to |
Value
an object of class ggarrange
.
Examples
data("sampleMiceDefs")
plotVarConvergence(sampleMiceDefs)
[Package miceRanger version 1.5.0 Index]