FLXdist-class {flexmix}R Documentation

Class "FLXdist"

Description

Objects of class FLXdist represent unfitted finite mixture models.

Usage

## S4 method for signature 'FLXdist':
parameters(object, component=1, model=1)
## S4 method for signature 'FLXdist':
predict(object, newdata=list())

Arguments

object An object of class "FLXdist".
component Number of component.
model Number of model.
newdata Dataframe containing new data.

Slots

model
List of FLXmodel objects.
prior
Numeric vector with prior probabilities of clusters.
components
List describing the components using FLXcomponent objects.
formula
Object of class "formula".
call
The function call used to create the object.
k
Number of clusters.

Accessor Functions

The following functions should be used for accessing the corresponding slots:

parameters:
The parameters for each model and component, return value depends on the model.

Author(s)

Bettina Gruen

See Also

FLXdist


[Package flexmix version 1.1-2 Index]