Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/BioGeoBEARS_generics_v1.R
Given the relative likelihoods of the models, calculate the Akaike weight of the models. Akaike weights sum to 1.
1 | get_Akaike_weights_from_rel_likes(rel_likes_AIC)
|
rel_likes_AIC |
A vector of relative likelihoods. |
See Burnham et al. (2002) and http://www.brianomeara.info/tutorials/aic for discussion of AIC and its uses.
Akaike_weights
A vector of Akaike Weights.
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
get_Akaike_weights_from_rel_likes
,
rel_likes_from_deltaAICs
,
getAIC
1 2 3 4 5 6 7 8 | test=1
AICvals = c(40, 50, 60)
deltaAICs = get_deltaAIC(AICvals)
deltaAICs
Akaike_weights = rel_likes_from_deltaAICs(deltaAICs)
Akaike_weights
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.