Get the top \(k\) space-time clusters according to the statistic calculated for each cluster (the maximum being the scan statistic). The default is to return the spatially non-overlapping clusters, i.e. those that do not have any locations in common.
Arguments
- x
An object of class scanstatistics.
- zones
A list of integer vectors.
- k
An integer, the number of clusters to return.
- overlapping
Logical; should the top clusters be allowed to overlap in the spatial dimension? The default is
FALSE
.- gumbel
Logical; should a Gumbel P-value be calculated? The default is
FALSE
.- alpha
A significance level, which if not
NULL
will be used to calculate a critical value for the statistics in the table.- ...
Parameters passed to
quantile
.