information.criteria {sem} | R Documentation |
Additional Information Criteria
Description
These are generic functions for computing, respectively, the AICc (second-order corrected Akaike Information Criterion) and CAIC (consistent Akaike Information Criterion).
Usage
AICc(object, ...)
CAIC(object, ...)
Arguments
object |
an object for which an appropriate |
... |
possible additional arguments for methods. |
Author(s)
Jarrett Byrnes and John Fox jfox@mcmaster.ca
References
Burnham, K. P., and Anderson, D. R. (1998) Model Selection and Inference: A Practical Information-Theoretical Approach. Springer.
Bozdogan, H. (1987) Model selection and Akaike's information criterion (AIC). Psychometrika bold52, 345–370.
See Also
AICc.objectiveML
, CAIC.objectiveML
[Package sem version 3.1-15 Index]