AIC {depmixS4}R Documentation

Compute AIC and BIC for (dep-)mix objects

Description

Compute AIC and BIC for depmix and mix objects.

Usage

        AIC(object, ..., k = 2)
        BIC(object, ...)

Arguments

object A depmix or mix model.
... Not used currently.
k The penalty factor which defaults to 2.

Value

The value of the AIC or BIC respectively.

Author(s)

Ingmar Visser


[Package depmixS4 version 0.2-0 Index]