AIC.RegressionByComposition | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.