Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/BioGeoBEARS_generics_v1.R
Calculate AIC (Akaike Information Criterion). Lower values of AIC indicate some combination of better fit to the data and more parsimony in the model (fewer free parameters).
1 | getAIC(LnL, numparams)
|
LnL |
The log-likelihood (typically negative, but may not be for continuous data). |
numparams |
The number of parameters for each model. |
See Burnham et al. (2002) and http://www.brianomeara.info/tutorials/aic for discussion of AIC and its uses.
AICval
A vector of AIC results.
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
calc_AIC_column
,
calc_AIC_column
1 2 3 4 5 6 7 8 9 10 11 12 |
Loading required package: rexpokit
Loading required package: cladoRcpp
Loading required package: ape
Loading required package: phylobase
Attaching package: 'phylobase'
The following object is masked from 'package:ape':
edges
[1] 73
[1] 47.8
[1] 73.0 47.8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.