Arguments
data
data frame or a matrix with cases in rows and variables in colums. Cases are characterized by nominal (categorical) variables coded as numbers.
measure
character string defining the similarity measure which wil be used for computation of proximity matrix:
"eskin"
, "good1"
, "good2"
, "good3"
, "good4"
, "iof"
, "lin"
, <
clu_low
numeric value expressing the lower bound for number of cluster solutions.
clu_high
numeric value expressing the higher bound for number of cluster solutions.
eval
logical operator; if TRUE, there is performed an evaluation of clustering results
prox
logical operator; if TRUE, the proximity matrix is a part of the output
method
character string defining the clustering method. The following methods can be used: "average"
, "complete"
, "single"
.