coef,SbmFit-method {greed} | R Documentation |
Extract parameters from an SbmFit-class
object
Description
Extract parameters from an SbmFit-class
object
Usage
## S4 method for signature 'SbmFit'
coef(object)
Arguments
object |
Value
a list with the model parameters estimates (MAP), the fields are:
-
'pi'
: cluster proportions -
'thetakl'
: between clusters connections probabilities (matrix of size K x K)
[Package greed version 0.6.1 Index]