Learn R Programming

flexmix (version 1.1-2)

FLXbclust: FlexMix Binary Clustering Driver

Description

This is a demo driver for flexmix implementing model-based clustering of binary data.

Usage

FLXbclust(formula = . ~ .)

Arguments

formula
A formula which is interpreted relative to the formula specified in the call to flexmix using update.formula. Only the left-hand side (respons

Value

  • FLXbclust returns an object of class FLXmodel.

Details

This is mostly meant as a demo for FlexMix driver programming, but can be used to cluster binary data. The only parameter is the column-wise mean of the data, which equals the probability of observing a 1.

See Also

flexmix