choose.nmixt.VM {varmixt} | R Documentation |
A function to choose the number of components in the mixture model
choose.nmixt.VM(data, crit = c("AIC", "BIC")[2], stop.crit = 1e-06, display = TRUE, criterion = c("likelihood", "parameter")[1])
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 |
Paul Delmar