calc_AIC_column: Calculate AICs to make a column in a table
Description
A list of AICs (Akaike Information Criterion) is
calculated from two input lists. Lower values of AIC
indicate some combination of better fit to the data and
more parsimony in the model (fewer free parameters).
Usage
calc_AIC_column(LnL_vals, nparam_vals)
Arguments
LnL_vals
A vector of log-likelihoods (typically
negative, but may not be for continuous data).
nparam_vals
A vector of the number of parameters
for each model.