predict.FitMLVSBM: Model Predictions

View source: R/FitMLVSBM-class.R

predict.FitMLVSBMR Documentation

Model Predictions

Description

Make predictions from an SBM.

Usage

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

Arguments

object

an R6 object of class FitMLVSBM

...

additional parameters for S3 compatibility. Not used

Value

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


MLVSBM documentation built on Aug. 5, 2022, 5:16 p.m.