coef,MoRFit-method {greed} | R Documentation |
Extract mixture parameters from MoRFit-class
object using MAP estimation
Description
Extract mixture parameters from MoRFit-class
object using MAP estimation
Usage
## S4 method for signature 'MoRFit'
coef(object)
Arguments
object |
Value
a list with the mixture parameters estimates (MAP), the fields are:
-
'pi'
: cluster proportions -
'A'
: cluster regression matrix -
'Sigmak'
: cluster noise co-variance matrices
[Package greed version 0.6.1 Index]