R/clvarselhlbkw.R

Defines functions clvarselhlbkw

Documented in clvarselhlbkw

#############################################################################
##  Headlong backward search
#############################################################################

clvarselhlbkw <- function(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())
{
  warning("Headlong backward search is not currently available! Please use another type of search and/or direction.", immediate. = TRUE)
  invisible(NULL)
}

Try the clustvarsel package in your browser

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

clustvarsel documentation built on Jan. 8, 2021, 2:06 a.m.