Revision 0e4ff321a1e17d4a2b03adb63568b6e881ae2114 authored by Bettina Gruen on 20 March 2012, 00:00:00 UTC, committed by Gabor Csardi on 20 March 2012, 00:00:00 UTC
1 parent aed0cd8
Raw File
posterior.Rd
%
%  Copyright (C) 2004-2011 Friedrich Leisch and Bettina Gruen
%  $Id: posterior.Rd 4666 2011-02-23 15:52:35Z gruen $
%
\name{posterior}
\alias{clusters,flexmix,missing-method}
\alias{clusters,FLXdist,ANY-method}
\alias{posterior,flexmix,missing-method}
\alias{posterior,FLXdist,listOrdata.frame-method}
\title{Determine cluster membership and posterior probabilities}
\description{Determine posterior probabilities or cluster memberships for a fitted
  \code{flexmix}  or unfitted \code{FLXdist} model.} 
\usage{
\S4method{posterior}{flexmix,missing}(object, newdata, unscaled = FALSE, ...)
\S4method{posterior}{FLXdist,listOrdata.frame}(object, newdata, unscaled = FALSE, ...)
\S4method{clusters}{flexmix,missing}(object, newdata, ...)
\S4method{clusters}{FLXdist,ANY}(object, newdata, ...)
}
\arguments{
  \item{object}{An object of class "flexmix" or "FLXdist".}
  \item{newdata}{Data frame or list containing new data. If missing the
    posteriors of the original observations are returned.}
  \item{unscaled}{Logical, if \code{TRUE} the component-specific
    likelihoods are returned.}
  \item{\dots}{Currently not used.}
}
\author{Friedrich Leisch and Bettina Gruen}
\keyword{methods}


back to top