Description Usage Arguments Value See Also Examples
View source: R/getvariablesfrequency.R
Creates a ranked selection frequency for all the variables that have been
selected at least once along the analyzed imputed data sets. getvariablesfrequency
can be useful for customizing the plot of these frequencies as it is shown
in Examples below.
1 | getvariablesfrequency(x, k = NULL)
|
x |
an object of class |
k |
the number of clusters. The default value is the optimal number of clusters
obtained by the function |
A list including the following items:
vector of the selection frequencies (percentage of times) of the variables in decreasing order.
names of the variables.
1 | ### see examples in miclust.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.