aic.crw {crawl} | R Documentation |
Calculates AIC for all objects of class crwFit listed as arguments
Description
AIC, delta AIC, and Akaike weights for all models listed as arguments.
Usage
aic.crw(...)
Arguments
... |
a series of crwFit objects |
Details
The function can either be executed with a series of 'crwFit' objects (see
crwMLE
) without the '.crwFit' suffix or the function can be
called without any arguments and it will search out all 'crwFit' objects in
the current workspace and produce the model selection table for all 'crwFit'
objects in the workspace. Caution should be used when executing the function
in this way. ALL 'crwFit' objects will be included whether or not the same
locations are used! For all of the models listed as arguments (or in the
workspace), AIC, delta AIC, and Akaike weights will be calculated.
Value
A table, sorted from lowest AIC value to highest.
Author(s)
Devin S. Johnson
[Package crawl version 2.3.0 Index]