Skip to contents

summarize_gazepoint_time_clusters() provides a compact US-spelling summary of cluster-permutation output from run_gazepoint_cluster_permutation().

Usage

summarize_gazepoint_time_clusters(result, alpha = 0.05)

Arguments

result

A result object returned by run_gazepoint_cluster_permutation().

alpha

Significance threshold used for the descriptive cluster_significant flag.

Value

A data frame with one row per cluster. If no clusters are present, an empty data frame with the expected columns is returned.

Examples

# See run_gazepoint_cluster_permutation() for the inferential workflow.