Learn R Programming

clustvarsel (version 2.3.4)

clustvarsel-internal: Internal 'clustvarsel' functions

Description

Internal functions not intended to be called directly by users.

Usage

# S3 method for clustvarsel
print(x, digits = getOption("digits"), …) 

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 = interactive())

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 = interactive())

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, verbose = interactive())

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, verbose = interactive())

BICreg(x, y)

startParallel(parallel = TRUE, …)

Arguments