AIC.regimix: Information criterion for a regimix model.

AIC.regimixR Documentation

Information criterion for a regimix model.

Description

Returns information criterion for regimix models.

Arguments

object

an object obtained from fitting a region of common profile mixture model. Such as that generated from a call to regimix(qv).

...

ignored

k

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.

Value

A numeric scalar giving the Bayesian information criterion.

Method

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

BIC( object, ...)

Author(s)

Scott D. Foster


RCPmod documentation built on Oct. 26, 2022, 1:09 a.m.

Related to AIC.regimix in RCPmod...