IC_tab: Information Criteria Table

View source: R/predict_nls.R

IC_tabR 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

ICtab


nlraa documentation built on July 9, 2023, 6:08 p.m.