IC_tab {nlraa} | R Documentation |
Information Criteria Table
Description
Information criteria table with weights
Usage
IC_tab(..., criteria = c("AIC", "AICc", "BIC"), sort = TRUE)
Arguments
... |
model fit objects fitted to the same data |
criteria |
either ‘AIC’, ‘AICc’ or ‘BIC’. |
sort |
whether to sort by weights (default to TRUE) |
Note
The delta and weights are calculated based on the ‘criteria’
See Also
[Package nlraa version 1.9.7 Index]