Description Usage Arguments Examples
View source: R/plotVarImportance.R
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.
1 2 3 4 5 6 | plotVarImportance(
miceObj,
display = c("Relative", "Absolute"),
dataset = 1,
...
)
|
miceObj |
an object of class miceDefs, created by the miceRanger function. |
display |
How do you want to display variable importance?
|
dataset |
The dataset you want to plot the variable importance of. |
... |
Other arguments passed to |
1 2 | data("sampleMiceDefs")
plotVarImportance(sampleMiceDefs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.