modelAvg {binequality} | R Documentation |
This function calculates model averaged statistics using AIC and BIC.
modelAvg(fitList, ID, nonCon = TRUE)
fitList |
a (non-empty) list of fitted distributions |
ID |
a (non-empty) string of the ID column name. |
nonCon |
an optional logical, where nonCon == TRUE excludes models failing to converged and nonCon == FALSE includes them. |
Calculates model averaged statistics using BIC and AIC as weights.
Returns a list with aic and bic values, aic and bic averages, and the aic and bic weights.
#not run, internal function