Learn R Programming

blmeco (version 1.4)

AICweights: 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

References

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

Examples

Run this code
# NOT RUN {
AICweights(c(325, 322, 330))


# }

Run the code above in your browser using DataLab