Last data update: 2014.03.03

R: Internal 'clustvarsel' functions
clustvarsel-internalR Documentation

Internal 'clustvarsel' functions

Description

Internal functions not intended to be called directly by users.

Usage

clvarselgrfwd(X, G = 1:9,
              emModels1 = c("E","V"), 
              emModels2 = mclust.options("emModelNames"),
              samp = FALSE, sampsize = 2000, 
              hcModel = "VVV", allow.EEE = TRUE, forcetwo = TRUE, 
              BIC.diff = 0, itermax = 100, 
              parallel = FALSE, verbose = FALSE)

clvarselgrbkw(X, G = 1:9, 
              emModels1 = c("E","V"), 
              emModels2 = mclust.options("emModelNames"),
              samp = FALSE, sampsize = 2000, 
              hcModel = "VVV", allow.EEE = TRUE, forcetwo = TRUE, 
              BIC.diff = 0, itermax = 100,
              parallel = FALSE, verbose = FALSE)

clvarselhlfwd(X, G = 1:9,
              emModels1 = c("E","V"), 
              emModels2 = mclust.options("emModelNames"),
              samp = FALSE, sampsize = 2000, 
              hcModel = "VVV",
              allow.EEE = TRUE, forcetwo = TRUE, 
              BIC.upper = 0, BIC.lower = -10,
              itermax = 100)

clvarselhlbkw(X, G = 1:9,
              emModels1 = c("E","V"), 
              emModels2 = mclust.options("emModelNames"),
              samp = FALSE, sampsize = 2000, 
              hcModel = "VVV",
              allow.EEE = TRUE, forcetwo = TRUE, 
              BIC.upper = 0, BIC.lower = -10,
              itermax = 100)

BICreg(x, y)

startParallel(parallel = TRUE, ...)

Results