This function gives the MICL criterion for an instance of VSLCMresults.
MICL(object)
Arguments
object: VSLCMresults
Examples
## Not run:# Data loading:data("heart")# Cluster analysis with variable selectionobject <- VarSelCluster(heart[,-13],2, vbleSelec =TRUE, crit.varsel ="MICL")# Get the MICL valueMICL(object)## End(Not run)
References
Marbac, M. and Sedki, M. (2017). Variable selection for model-based clustering using the integrated completed-data likelihood. Statistics and Computing, 27 (4), 1049-1063.