Description Usage Arguments Value Examples
View source: R/plotVarConvergence.R
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.
1 | plotVarConvergence(miceObj, vars = names(miceObj$callParams$vars), ...)
|
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 |
an object of class ggarrange
.
1 2 | data("sampleMiceDefs")
plotVarConvergence(sampleMiceDefs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.