Learn R Programming

bild (version 1.2-1)

getAIC-methods: 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 bild
getAIC(object)

Value

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

Arguments

object

an object of class bild.

Methods

getAIC

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