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

View source: R/AIC.list.R

get.best.modelR Documentation

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

Description

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

Usage

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

Arguments

object

the list of models

...

Parameters passed to AIC.list

Value

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

See Also

AIC.list


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