plotVarImportance
Plot the variable importance for each imputed variable. The values represent the variables on the top axis importance in imputing the variables on the left axis.
plotVarImportance( miceObj, display = c("Relative", "Absolute"), dataset = 1, ... )
miceObj: an object of class miceDefs, created by the miceRanger function.
miceObj
display: How do you want to display variable importance?
display
dataset: The dataset you want to plot the variable importance of.
dataset
...: Other arguments passed to corrplot().
...
corrplot()
data("sampleMiceDefs") plotVarImportance(sampleMiceDefs)
Useful links