AIC.RegressionByComposition {rbc} | R Documentation |
Compute Akaike Information Criterion from a regression by composition
## S3 method for class 'RegressionByComposition'
AIC(object, ..., k = 2)
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. |