predict.FitMLVSBM function

Model Predictions

Model Predictions

Make predictions from an SBM.

## S3 method for class 'FitMLVSBM' predict(object, ...)

Arguments

  • object: an R6 object of class FitMLVSBM
  • ...: additional parameters for S3 compatibility. Not used

Returns

A list with the following entries:

  • dyads: A list of matrix with the probability of each dyads
  • nodes: A list of vectors with the clustering of each nodes
  • Maintainer: Saint-Clair Chabert-Liddell
  • License: GPL-3
  • Last published: 2022-08-05