AIC.RegressionByComposition {rbc} | R Documentation |
Compute Akaike Information Criterion from a regression by composition
Description
Compute Akaike Information Criterion from a regression by composition
Usage
## S3 method for class 'RegressionByComposition'
AIC(object, ..., k = 2)
Arguments
object |
a RegressionByComposition object; usually the result of a call to rbc() |
... |
ignored |
k |
numeric, the penalty per parameter to be used; ‘k = 2’ is the classical AIC. |
[Package rbc version 0.1.0 Index]