Revision 10ef4410c16710d7caf8c0882b7efbac894d49ed authored by M. Helena Gonçalves on 22 September 2012, 00:00:00 UTC, committed by Gabor Csardi on 22 September 2012, 00:00:00 UTC
1 parent 3f407ee
Raw File
getAIC-methods.Rd
\name{getAIC-methods}
\docType{methods}
\alias{getAIC-methods}
\alias{getAIC,bild-method}
\title{Extract the Akaike Information Criterion}
\description{Methods for function \code{getAIC} extracting the Akaike information criterion 
for one fitted model object from class \code{\link[=bild-class]{bild}}. }
\usage{
\S4method{getAIC}{bild}(object)
}
\arguments{
\item{object}{an object of class \code{\link[=bild-class]{bild}}.}}
\value{Returns a numeric value corresponding to the AIC of the fitted model.}
\section{Methods}{
\describe{ 
    \item{getAIC}{\code{signature(object="bild")}:Returns a numeric value corresponding to the AIC of the fitted model.}   
}}
\keyword{methods}

back to top