flexmix-class {flexmix} | R Documentation |
A fitted flexmix
model.
## S4 method for signature 'flexmix': cluster(object) ## S4 method for signature 'flexmix': parameters(object, component=1, model=1) ## S4 method for signature 'flexmix': posterior(object)
object |
An object of class "flexmix". |
component |
Number of component. |
model |
Number of model. |
model
:FLXmodel
objects.prior
:posterior
:scaled
and unscaled
, both matrices with one row per observation
and one column per cluster.iter
:k
:cluster
:size
:logLik
:df
:components
:FLXcomponent
objects.formula
:"formula"
.control
:"FLXcontrol"
.call
:group
:"factor"
.converged
TRUE
if EM algorithm converged.The following functions should be used for accessing the corresponding slots:
cluster
:parameters
:posterior
:Friedrich Leisch