AICweights {blmeco} | R Documentation |
Calculates AIC-weights from a vector of AIC values
AICweights(AIC_values)
AIC_values |
a vector of AIC values of models fitted to the same data set |
a vector of model weights
The function uses the function AICc from the package MuMIn.
F. Korner
Burnham, KP and Anderson DR (2002) Model selection and multimodel inference, a practical information-theoretic approach. Springer, New York
AICweights(c(325, 322, 330))