Revision f3e3fdb52f3559c148c60ae0a9fc713d3f196575 authored by Bettina Gruen on 20 December 2010, 00:00:00 UTC, committed by Gabor Csardi on 20 December 2010, 00:00:00 UTC
1 parent 1760c73
Raw File
BIC-methods.Rd
%
%  Copyright (C) 2004-2008 Friedrich Leisch and Bettina Gruen
%  $Id: BIC-methods.Rd 3912 2008-03-13 15:10:24Z gruen $
%
\name{BIC-methods}
\docType{methods}
\title{Methods for Function BIC}
\alias{BIC,flexmix-method}
\alias{BIC,stepFlexmix-method}
\description{Compute the Bayesian Information Criterion.}
\section{Methods}{
  \describe{
    \item{object = flexmix:}{Compute the BIC of a \code{flexmix} object}
    \item{object = stepFlexmix:}{Compute the BIC of all
      models contained in the \code{stepFlexmix} object.}
  }
}
\keyword{methods}
back to top