Usage
backward.explorer(x, Kmax, Criterion, ploidy = 1, ForceExclusion = FALSE, emOptions = list(epsi = NULL, nberSmallEM = NULL, nberIterations = NULL, nberMaxIterations = NULL, typeSmallEM = NULL, typeEM = NULL, putThreshold = NULL), Kmin = 1, Smin = NULL, project = deparse(substitute(x)))
Arguments
x
A matrix of string that contains data.
Kmax
The maximum number of clusters to be explored.
Criterion
The model selection criterion in c("BIC", "AIC", "ICL", "CteDim") used for exploration (see details).
ploidy
The number of columns for each variable in the data. For example, $ploidy = 2$ for genotypic data from diploid individual.
ForceExclusion
The indication of whether to force exclusion or not. The default value is set to FALSE.
Kmin
The minimum number of clusters. The default value is set to 1.
Smin
A logical vector that indicates the variables to include in the selected set of clustering variables.
The default value NULL: no variable is preselected.
project
The name of the project. The default value is the name of the dataset.