choose.nmixt.VM {varmixt}R Documentation

How to choose the number of components of the mixture model

Description

A function to choose the number of components in the mixture model

Usage

choose.nmixt.VM(data, crit = c("AIC", "BIC")[2], stop.crit = 1e-06, display = TRUE, criterion = c("likelihood", "parameter")[1])

Arguments

data gene expression data object
crit penality to use : "BIC" or "AIC"
stop.crit Value of stopping criterion for EM algo
display Boolean. Should results be displayed on the screen ?
criterion "likelihood" or "parameter" : the criterion for stopping EM algo

Author(s)

Paul Delmar


[Package varmixt version 0.2-4 Index]