swh:1:snp:dc80812a22a7696ce24055bd58afbf9f13e3e78c
Raw File
Tip revision: 5a8960f9d306aa2c403b98d85dba9c5497077ffe authored by Bettina Gruen on 21 December 2009, 00:00:00 UTC
version 2.2-5
Tip revision: 5a8960f
AIC-methods.Rd
%
%  Copyright (C) 2004-2008 Friedrich Leisch and Bettina Gruen
%  $Id: AIC-methods.Rd 3912 2008-03-13 15:10:24Z gruen $
%
\name{AIC-methods}
\docType{methods}
\title{Methods for Function AIC}
\alias{AIC,flexmix-method}
\alias{AIC,stepFlexmix-method}
\description{Compute the Akaike Information Criterion.}
\section{Methods}{
  \describe{
    \item{object = flexmix:}{Compute the AIC of a \code{flexmix} object}
    \item{object = stepFlexmix:}{Compute the AIC of all
      models contained in the \code{stepFlexmix} object.}
  }
}
\keyword{methods}
back to top