getAIC-methods {bild}R Documentation

Extract the Akaike Information Criterion

Description

Methods for function getAIC extracting the Akaike information criterion for one fitted model object from class bild.

Usage

## S4 method for signature 'bild'
getAIC(object)

Arguments

object

an object of class bild.

Value

Returns a numeric value corresponding to the AIC of the fitted model.

Methods

getAIC

signature(object="bild"):Returns a numeric value corresponding to the AIC of the fitted model.


[Package bild version 1.2-1 Index]