| fitted.SBM {sbm} | R Documentation | 
Extract model fitted values
Description
Extracts fitted values for object with class (SimpleSBM_fit,
BipartiteSBM_fit) or multipartitepartiteSBM_fit)
Usage
## S3 method for class 'SBM'
fitted(object, ...)
Arguments
| object | an R6 object inheriting from SimpleSBM_fit, BipartiteSBM_fit or MultipartiteSBM_fit | 
| ... | additional parameters for S3 compatibility. Not used | 
Value
a matrix of expected fitted values for each dyad
[Package sbm version 0.4.6 Index]