AIC.list: Assess the AIC for all models in a list of models

View source: R/AIC.list.R

AIC.listR Documentation

Assess the AIC for all models in a list of models

Description

Assess the AIC for all models in a list of models

Usage

## S3 method for class 'list'
AIC(object, ..., assess.best = TRUE)

Arguments

object

the list of models

...

parameters passed to the underlying AIC function (typically the parameter k)

assess.best

determine which model is the best (by lowest AIC)

Value

a data frame with row names matching the names of the list x and columns for degrees of freedom (df) and AIC. If assess.best is true, then there will be another column isBest.

See Also

get.best.model


PKNCA documentation built on April 30, 2023, 1:08 a.m.