https://github.com/cran/bild
Raw File
Tip revision: 8cb2c8da847b4c6e53ee55172cf78036c95befd8 authored by M. Helena Gon\xe7alves on 06 June 2010, 00:00:00 UTC
Tip revision: 8cb2c8d
getAIC.Rd
\name{getAIC}
\alias{getAIC}
\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}}. }
\usage{getAIC(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.}

\keyword{function}
back to top