Raw File
FLXcomponent-class.Rd
%
%  Copyright (C) 2004-2008 Friedrich Leisch and Bettina Gruen
%  $Id: FLXcomponent-class.Rd 3912 2008-03-13 15:10:24Z gruen $
%
\name{FLXcomponent-class}
\docType{class}
\alias{FLXcomponent-class}
\alias{show,FLXcomponent-method}
\title{Class "FLXcomponent"}
\description{A fitted component of a \code{\link{flexmix}} model.}
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("FLXcomponent", ...)}.
}
\section{Slots}{
  \describe{
    \item{\code{df}:}{Number of parameters used by the component.}
    \item{\code{logLik}:}{Function computing the log-likelihood of
      observations.}
    \item{\code{parameters}:}{List with model parameters.}
    \item{\code{predict}:}{Function predicting response for new data.}
  }
}
\author{Friedrich Leisch and Bettina Gruen}
\keyword{classes}
back to top