demo/cmb.plot2.R

set.seed(2)
K <- 3
l <- 2
x <- as.matrix(iris[, -5])
obj <- cmb.search(x = x, l, K, method = "stepwise", 
                     all.perms = FALSE, Parallel = TRUE, silent = TRUE)
cmb.plot(obj)

Try the cmbClust package in your browser

Any scripts or data that you put into this service are public.

cmbClust documentation built on Nov. 3, 2022, 5:05 p.m.