eelbrain.testnd.ANOVA.find_clusters
- ANOVA.find_clusters(pmin=None, maps=False, effect=None, **sub)
Find significant regions or clusters
- Parameters
pmin (float) – Threshold p-value. For threshold-based tests, all clusters with a p-value smaller than
pmin
are included (default 1); for other tests, find contiguous regions withp ≤ pmin
(default 0.05).maps (bool) – Include in the output a map of every cluster (can be memory intensive if there are large statistical maps and/or many clusters; default
False
).effect (Union[int, str]) – Index or name of the effect from which to find clusters (default is all effects).
- Returns
Dataset with information about the clusters.
- Return type