Description Usage Arguments Value Examples
View source: R/plotCorrelations.R
Plot the correlation of imputed values between every combination of datasets for each variable.
1 2 3 4 5 6 7 | plotCorrelations(
miceObj,
vars = names(miceObj$callParams$vars),
factCorrMetric = "CramerV",
numbCorrMetric = "pearson",
...
)
|
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' |
factCorrMetric |
The correlation metric for categorical variables. Can be one of:
|
numbCorrMetric |
The correlation metric for numeric variables. Can be one of:
|
... |
Other arguments to pass to ggarrange() |
an object of class ggarrange
.
1 2 | data("sampleMiceDefs")
plotCorrelations(sampleMiceDefs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.