Usage
CLV(X, Xu = NULL, Xr = NULL, method, sX = TRUE, sXr = FALSE,
sXu = FALSE, nmax = 20, maxiter = 20, graph = TRUE)
Arguments
X
: The matrix of variables to be clustered
Xu
: The external variables associated with the columns of X
Xr
: The external variables associated with the rows of X
method
: The criterion to be use in the cluster analysis.
1 : the squared covariance is used as a measure of proximity (directional groups).
2 : the covariance is used as a measure of proximity (local groups)
sX
, TRUE/FALSE : standardization or not of the columns X (TRUE by default)
(predefined -> cX = TRUE : column-centering of X)
sXr
, TRUE/FALSE : standardization or not of the columns Xr (FALSE by default)
(predefined -> cXr = TRUE : column-centering of Xr)
sXu
, TRUE/FALSE : standardization or not of the columns Xu (FALSE by default)
(predefined -> cXu= FALSE : no centering, Xu considered as a weight matrix)
nmax
: maximum number of partitions for which the consolidation will be done (by default nmax=20)
maxiter
: maximum number of iterations allowed for the consolidation/partitioning algorithm (by default maxiter=20)
graph
, TRUE : dendrogram and evolution of the aggregation criterion before and after consolidation (default)
FALSE : no graphs