BestModel-methods: Methods for function BestModel in Package 'MAINT.Data'

BestModel-methodsR Documentation

Methods for function BestModel in Package ‘MAINT.Data’

Description

Selects the best model according to the chosen selection criterion (currently, BIC or AIC)

Usage

BestModel(ModE,SelCrit=c("IdtCrt","BIC","AIC"))

Arguments

ModE

An object of class IdtE representing the estimates of a model fitted to a data set of interval-value variables

SelCrit

The model selection criterion. “IdtCrt” stands for the criterion originally used in the ModE estimation, while “BIC” and “AIC” represent respectively the Bayesian and Akaike information criteria.

Value

An integer with the index of the model chosen by the selection criterion


MAINT.Data documentation built on April 4, 2023, 9:09 a.m.