This R6 class stores a collection of missSBM_fit. Comes with basic printing methods an field access.
missSBM_collectionAn object of class R6ClassGenerator of length 24.
modelsa list of models
ICLthe vector of Integrated Classification Criterion (ICL) associated to the models in the collection (the smaller, the better)
bestModelthe best model according to the ICL
optimizationStatusa data.frame summarizing the optimization process for all models
The function estimate, which produces an instance of this class.
The function smooth can be used to smooth the ICL on a collection of model,
as post-treatment.