FLXMCmvbinary {flexmix} | R Documentation |
FlexMix Binary Clustering Driver
Description
This is a model driver for flexmix
implementing
model-based clustering of binary data.
Usage
FLXMCmvbinary(formula = . ~ ., truncated = FALSE)
Arguments
formula |
A formula which is interpreted relative to the formula
specified in the call to |
truncated |
logical, if |
Details
This model driver 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.
Value
FLXMCmvbinary
returns an object of class FLXMC
.
Author(s)
Friedrich Leisch and Bettina Gruen
See Also
[Package flexmix version 2.3-19 Index]