GetAICWeights.Rd
Computes the Akaike model weights for a list of HiSSE, MiSSE, and/or GeoHiSSE model fits.
GetAICWeights(hisse.results, criterion="AIC")
Function computes the model weight from their AIC values using the formula:
“delta <- mod.AIC - min( mod.AIC )”
“AICw <- exp( -0.5 * delta) / sum( exp( -0.5 * delta) )”
Function will return vector of weights