Usage
LCLV(X, Xr, Xu, ccX = FALSE, sX = TRUE, sXr = FALSE, sXu = FALSE,
nmax = 20, graph = TRUE)
Arguments
X
The matrix of variables to be clustered
Xr
The external variables associated with the rows of X
Xu
The external variables associated with the columns of X
ccX
TRUE/FALSE : double centering of X (FALSE, by default) If FALSE this implies that cX = TRUE : column-centering of X
sX
TRUE/FALSE : standardization or not of the columns X (TRUE by default)
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)
graph
TRUE : dendrogram and evolution of the aggregation criterion before and after consolidation (default)
FALSE : no graphs