AIC {depmixS4} | R Documentation |
Compute AIC and BIC for depmix
and mix
objects.
AIC(object, ..., k = 2) BIC(object, ...)
object |
A depmix or mix model. |
... |
Not used currently. |
k |
The penalty factor which defaults to 2. |
The value of the AIC or BIC respectively.
Ingmar Visser