Learn R Programming

paleoTS (version 0.6.2)

akaike.wts: Compute Akaike weights from AIC scores

Description

Compute Akaike weights from AIC scores

Usage

akaike.wts(aa)

Value

a vector of Akaike weights

Arguments

aa

vector of AIC or AICc scores

Details

This function converts a vector of AIC or AICc scores to Akaike weights, a vector that summarizes proportional model support.

See Also

compareModels

Examples

Run this code
akaike.wts(c(10, 14, 20))

Run the code above in your browser using DataLab