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