pointwise_wmw_multi {HDSpatialScan} | R Documentation |
Index for the MRBFSS scan procedure
Description
This function returns the index we want to maximize on the set of potential clusters, for each potential cluster
Usage
pointwise_wmw_multi(transform_data, matrix_clusters)
Arguments
transform_data |
List. List of the data transformed with the function transform_data, each element of the list corresponds to an observation time. Each row of each element is a site (or an individual), 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]