Run threshold-sensitivity checks for Gazepoint cluster permutation
Source:R/cluster_permutation_extensions.R
run_gazepoint_cluster_threshold_sensitivity.RdRe-run run_gazepoint_cluster_permutation() across a small set of
cluster-forming thresholds and summarize how many clusters are detected.
Usage
run_gazepoint_cluster_threshold_sensitivity(
data,
thresholds = c(1.5, 2, 2.5),
...
)Arguments
- data
Prepared cluster-permutation data.
- thresholds
Numeric vector of cluster-forming thresholds.
- ...
Additional arguments passed to
run_gazepoint_cluster_permutation().