Learn R Programming

BioGeoBEARS (version 0.2.1)

get_deltaAIC: Calculate deltaAIC

Description

Calculate deltaAIC (Akaike Information Criterion), the absolute difference between the best model (lowest AIC) and other models.

Usage

get_deltaAIC(AICvals)

Arguments

AICvals
A vector of AIC values.

Value

deltaAICs A vector of deltaAICs.

Details

See Burnham et al. (2002) and http://www.brianomeara.info/tutorials/aic for discussion of AIC and its uses.

References

http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster http://www.brianomeara.info/tutorials/aic

Burnham_Anderson_2002

Matzke_2012_IBS

See Also

rel_likes_from_deltaAICs, getAIC

Examples

Run this code
test=1

AICvals = c(40, 50, 60)
get_deltaAIC(AICvals)

Run the code above in your browser using DataLab