Arguments
data
numeric
data matrix
, where points to cluster are by rows (usually samples),
or an object that can be coerced to such a matrix
(such as a vector
or a data.frame
nc.min
Positive integer
scalar of the minimum number of clusters.
nc.max
Positive integer
scalar of the maximum number of clusters.
B
Positive integer
scalar of the number of Monte Carlo replicates
of the inner loop of the sim statistic function.
probs
numeric
vector
of probabilities for quantile diagnostic plots.
parallel
logical
scalar. Is parallel computing to be performed? Optional, defaults to FALSE
.
conf
list
of parameters for cluster configuration, passed from mvr
or mvrt.test
functions for parallel computing.
Inverbose
logical
scalar. Is the output to be verbose?