Extract parameters from an DcSbmFit-class
object
DcSbmFit-class
object## S4 method for signature 'DcSbmFit' coef(object)
object
: a DcSbmFit-class
a list with the model parameters estimates (MAP), the fields are the following for "directed" models :
'pi'
: cluster proportions'thetakl'
: between cluster normalized connection intensities (matrix of size K x K),gammain
: node in-degree correction parametergammaout
: node out-degree correction parameterAnd as follow for un-directed models : #'
'pi'
: cluster proportions'thetakl'
: between cluster normalized connection intensities (matrix of size K x K),gamma
: node degree correction parameterin case of undirected graph
Useful links