Internal functions not intended to be called directly by users.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ## S3 method for class '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, ...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.