AICweights {blmeco}R Documentation

Calculates AIC-weights from a vector of AIC values

Description

Calculates AIC-weights from a vector of AIC values

Usage

AICweights(AIC_values)

Arguments

AIC_values

a vector of AIC values of models fitted to the same data set

Value

a vector of model weights

Note

The function uses the function AICc from the package MuMIn.

Author(s)

F. Korner

References

Burnham, KP and Anderson DR (2002) Model selection and multimodel inference, a practical information-theoretic approach. Springer, New York

Examples


AICweights(c(325, 322, 330))



[Package blmeco version 1.4 Index]