coef,DcSbmFit-method {greed} | R Documentation |
Extract parameters from an DcSbmFit-class
object
Description
Extract parameters from an DcSbmFit-class
object
Usage
## S4 method for signature 'DcSbmFit'
coef(object)
Arguments
object |
Details
in case of undirected graph
Value
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 parameter -
gammaout
: node out-degree correction parameter
And 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 parameter
[Package greed version 0.6.1 Index]