Description Usage Arguments Details Value Note Author(s) References See Also Examples
Given the relative likelihoods of the models, calculate the Akaike weight of the models. Akaike weights sum to 1.
1 2 3 | AkaikeWeights_and_Ratios_pairwise_on_summary_table_compared_to_ref(restable,
colname_to_use = "AIC", ref_model = "best",
add_to_table = TRUE)
|
restable |
A |
colname_to_use |
The name of the column containing AIC values. |
ref_model |
What is the row of the reference model? "best", "worst", or a row number. |
add_to_table |
If TRUE, add to the main table and return the main table. If FALSE, return just the Akaike Weights results. |
See Burnham et al. (2002) and http://www.brianomeara.info/tutorials/aic for discussion of AIC and its uses.
restable
, the modified table, or
AICstats_pairwise
, the pairwise Akaike statistics.
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_pairwise
,
get_Akaike_weights_from_rel_likes
,
rel_likes_from_deltaAICs
,
getAIC
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.