get_AICweight_ratio_model1_over_model2: Calculate ratio of Akaike Weights

Description Usage Arguments Value Note Author(s) References See Also Examples

View source: R/BioGeoBEARS_generics_v1.R

Description

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

Usage

1
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.

Note

Go BEARS!

Author(s)

Nicholas J. Matzke matzke@berkeley.edu

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

1
2
3
4
5
test=1

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

BioGeoBEARS documentation built on May 29, 2017, 8:36 p.m.