https://github.com/cran/flexmix
Revision 9fa1051e7ff1947a3d93361faec7f48afa10f4ea authored by Bettina Gruen on 01 June 2010, 00:00:00 UTC, committed by Gabor Csardi on 01 June 2010, 00:00:00 UTC
1 parent 5a8960f
Raw File
Tip revision: 9fa1051e7ff1947a3d93361faec7f48afa10f4ea authored by Bettina Gruen on 01 June 2010, 00:00:00 UTC
version 2.2-6
Tip revision: 9fa1051
FLXMCmvpois.Rd
%
%  Copyright (C) 2004-2008 Friedrich Leisch and Bettina Gruen
%  $Id: FLXMCmvpois.Rd 3912 2008-03-13 15:10:24Z gruen $
%
\name{FLXMCmvpois}
\alias{FLXMCmvpois}
\title{FlexMix Poisson Clustering Driver}
\description{
  This is a model driver for \code{\link{flexmix}} implementing
  model-based clustering of Poisson distributed data. 
}
\usage{
FLXMCmvpois(formula = . ~ .)
}
\arguments{
  \item{formula}{A formula which is interpreted relative to the formula
    specified in the call to \code{\link{flexmix}} using
    \code{\link{update.formula}}. Only the left-hand side (response) of
    the formula is used. Default is to use the original
    \code{\link{flexmix}} model
    formula.}
}
\details{
  This can be used to cluster Poisson distributed data where given the
  component membership the variables are mutually independent.
}
\value{
  \code{FLXMCmvpois} returns an object of class \code{FLXMC}.
}
\author{Friedrich Leisch and Bettina Gruen}
\seealso{\code{\link{flexmix}}}
\keyword{cluster}
back to top