predict.FitGenMLVSBM: Model Predictions

View source: R/FitGenMLVSBM-class.R

predict.FitGenMLVSBMR Documentation

Model Predictions

Description

Make predictions of dyads or give the nodes memberships for all levels with a generalized multilevel SBM.

Usage

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

Arguments

object

an R6 object of class FitGenMLVSBM

...

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


Chabert-Liddell/MLVSBM documentation built on March 25, 2023, 11:45 a.m.