AICweights: Calculates AIC-weights from a vector of AIC values

Description Usage Arguments Value Note Author(s) References Examples

View source: R/AICweights.R

Description

Calculates AIC-weights from a vector of AIC values

Usage

1
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

1
AICweights(c(325, 322, 330))

blmeco documentation built on Dec. 5, 2019, 5:09 p.m.