getvariablesfrequency {miclust} | R Documentation |
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.
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.
### see examples in miclust.