aic-class {aod}R Documentation

Representation of Objects of Formal Class "aic"

Description

Representation of the output of function AIC.

Objects from the Class

Objects can be created by calls of the form new("aic", ...) or, more commonly, via the function AIC.

Slots

istats
A data frame with 3 columns describing the models indicated by the row names:

df the number of parameters in the model,

AIC the Akaike Information Criterion for the model (see AIC),

AICc the small-sample corrected Akaike Information Criterion for the model (see AIC).

Methods

summary
signature(object = "aic")
show
signature(object = "aic")

[Package aod version 1.1-10 Index]