Learn R Programming

PKNCA (version 0.10.2)

AIC.list: 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 list
AIC(object, ..., assess.best = TRUE)

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.

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)

See Also

get.best.model