Computes the generalised AIC for a regimix model.
A two element numeric vector. First element is the number of parameters in the model. The second is the information criterion.
extractAIC( object, scale, k=2, ...)
an x obtained from fitting a region of common profile mixture model. Such as that generated from a call to regimix(qv).
ignored
the coefficient for the penalty in the information criterion. k=2 corresponds to Akaikes information criterion, k=log(x$n) corresponds to the Bayesian information criterion. Default is k=2 (AIC).
ignored
Scott D. Foster