plotVarConvergence: plotVarConvergence

Description Usage Arguments Value Examples

View source: R/plotVarConvergence.R

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

1
plotVarConvergence(miceObj, vars = names(miceObj$callParams$vars), ...)

Arguments

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'

...

options passed to ggarrange()

Value

an object of class ggarrange.

Examples

1
2

miceRanger documentation built on Sept. 6, 2021, 5:07 p.m.