Usage
mvrt(x, obj, lev, tab, ng, def, nc.min, nc.max, parallel, conf, verbose)
Arguments
x
Input matrix with variables in columns
obj
Object of class "mvr" returned by mvr. lev
levels of the group/blocking factor used in mvrt.test()
tab
numeric scalar of the number of samples per group
ng
numeric scalar of the number of sample groups
def
list of samples indices per sample group
nc.min
numeric scalar of the minimum number of clusters
nc.max
numeric scalar of the maximum number of clusters
parallel
Is parallel computing to be performed? Optional, defaults to FALSE.
conf
List of parameters for cluster configuration,
passed from mvrt.test function for parallel computing.
Inputs for R package parallel function makeCluster verbose
Is the output to be verbose?