multi_WMW {HDSpatialScan} | R Documentation |
Index for the MNP scan procedure
Description
This function returns the index we want to maximize on the set of potential clusters, for each potential cluster
Usage
multi_WMW(rank_data, matrix_clusters)
Arguments
rank_data |
numeric matrix. Matrix of the ranks of the initial data, the rows correspond to the sites (or the individuals) and each column represents a variable. |
matrix_clusters |
numeric matrix. Matrix in which each column represents a potential cluster. It is the result of the "clusters" function. |
Value
numeric vector.
[Package HDSpatialScan version 1.0.4 Index]