Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/BioGeoBEARS_generics_v1.R
See Burnham et al. (2002) and http://www.brianomeara.info/tutorials/aic for discussion of AIC and its uses.
| 1 |   get_relative_prob_model2old(AICval_1, AICval_2)
 | 
| AICval_1 | The AIC of the model of interest. | 
| AICval_2 | The AIC of another model of interest, for a pairwise comparison. | 
This is an older version of
get_relative_prob_model1old, kept for
back-compatibility.
relative_prob_model1 Akaike Weight of model 1.
Go BEARS!
Nicholas J. Matzke matzke@berkeley.edu
http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster http://www.brianomeara.info/tutorials/aic
Burnham_Anderson_2002
Matzke_2012_IBS
AkaikeWeights_on_summary_table,
get_relative_prob_model1old
| 1 2 3 4 5 | test=1
AICval_1 = 20
AICval_2 = 30
get_relative_prob_model1old(AICval_1, AICval_2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.