Learn R Programming

BioGeoBEARS (version 0.2.1)

get_relative_prob_model1old: Calculate relative probability of model 1 (=Akaike Weight)

Description

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

Usage

get_relative_prob_model1old(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

relative_prob_model1 Akaike Weight of model 1.

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_relative_prob_model1old(AICval_1, AICval_2)

Run the code above in your browser using DataLab