Learn R Programming

PKNCA (version 0.11.0)

get.best.model: Extract the best model from a list of models using the AIC.

Description

Extract the best model from a list of models using the AIC.

Usage

get.best.model(object, ...)

Value

The model which is assessed as best. If more than one are equal, the first is chosen.

Arguments

object

the list of models

...

Parameters passed to AIC.list