extractAIC.regimix: Extracts the AIC for a regimix model.

extractAIC.regimixR Documentation

Extracts the AIC for a regimix model.

Description

Computes the generalised AIC for a regimix model.

Arguments

object

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

scale

ignored

k

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

Value

A two element numeric vector. First element is the number of parameters in the model. The second is the information criterion.

Method

extractAIC( object, scale, k=2, ...)

Author(s)

Scott D. Foster


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