Summarise cluster-based permutation results
Source:R/summarise_gazepoint_clusters.R
summarise_gazepoint_clusters.RdCreate compact reporting tables from the output of
run_gazepoint_cluster_permutation(). The function returns an overview
table, all observed clusters, significant clusters, time-course summary,
permutation-distribution summary, settings table, and circularity warning.
Usage
summarise_gazepoint_clusters(
result,
alpha = 0.05,
round_digits = NULL,
include_timecourse = TRUE
)Arguments
- result
A result object returned by
run_gazepoint_cluster_permutation().- alpha
Cluster-level significance threshold.
- round_digits
Optional number of digits for rounding numeric reporting columns. If
NULL, no rounding is applied.- include_timecourse
Logical. If
TRUE, include the full observed time-course table in the returned object.