Returns information criterion for regimix models.
A numeric scalar giving the Bayesian information criterion.
AIC( object, ..., k=2)
BIC( object, ...)
an object 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 signifies Akaikes information criterion, k=log(object$n) corresponds to the Bayesian information criterion. If NULL (default) the AIC is used.
Scott D. Foster