50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

BioGeoBEARS (version 0.2.1)

get_AICweight_ratio_model1_over_model2: Calculate ratio of Akaike Weights

Description

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

Usage

get_AICweight_ratio_model1_over_model2(AICval_1, AICval_2)

Arguments

AICval_1
The AIC of the model of interest.
AICval_2
The AIC of another model of interest, for a pairwise comparison.

Value

AICweight_ratio_model1 Ratio of Akaike Weights.

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

AkaikeWeights_on_summary_table

Examples

Run this code
test=1

AICval_1 = 20
AICval_2 = 30
get_AICweight_ratio_model1_over_model2(AICval_1, AICval_2)

Run the code above in your browser using DataLab