akaike.wts: Compute Akaike weights from AIC scores

View source: R/basics.R

akaike.wtsR Documentation

Compute Akaike weights from AIC scores

Description

Compute Akaike weights from AIC scores

Usage

akaike.wts(aa)

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.

Value

a vector of Akaike weights

See Also

compareModels

Examples

akaike.wts(c(10, 14, 20))


paleoTS documentation built on Sept. 11, 2024, 9:18 p.m.