This function computes Akaike Weights and ranks model based on their support from a vector of AIC scores.
Usage
aicw(x)
Value
An nx3 matrix, where n is the number of models being compared. The first column contains the AIC scores, the second contains the deltaAIC score and the third the Akaike Weight. Models are ranked in descending order according to weight. Rownames are the model names taken from the input vector.