Learn R Programming

BioGeoBEARS (version 0.2.1)

get_rownum_ref_model: Get rownum of named model

Description

Find the row number of the best model according to AIC, the worst model according to AIC, or just takes the row number if that is what was input.

Usage

get_rownum_ref_model(AICvals, ref_model = "best")

Arguments

AICvals
A vector of AIC values.
ref_model
What is the row of the reference model? "best", "worst", or a row number.

Value

ref_model_num The

References

http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster https://code.google.com/p/lagrange/

Matzke_2012_IBS

ReeSmith2008

FosterIdiots

See Also

convolve

Examples

Run this code
test=1

Run the code above in your browser using DataLab