missSBM (version 0.2.0)

missSBM_collection: An object to represent a collection of missSBM_fit

Description

This R6 class stores a collection of missSBM_fit. Comes with basic printing methods an field access.

Usage

missSBM_collection

Arguments

Format

An object of class R6ClassGenerator of length 24.

Fields

models

a list of models

ICL

the vector of Integrated Classification Criterion (ICL) associated to the models in the collection (the smaller, the better)

bestModel

the best model according to the ICL

optimizationStatus

a data.frame summarizing the optimization process for all models

See Also

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.