BestModel-methods | R Documentation |
Selects the best model according to the chosen selection criterion (currently, BIC or AIC)
BestModel(ModE,SelCrit=c("IdtCrt","BIC","AIC"))
ModE |
An object of class |
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. |
An integer with the index of the model chosen by the selection criterion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.