Export Gazepoint time-course data for MNE-style cluster workflows
Source:R/cluster_permutation_extensions.R
export_gazepoint_mne_cluster_input.RdWrite a conservative long-format CSV file and README for continuation in an external Python/MNE workflow. This helper prepares data only; it does not run MNE, construct adjacency matrices, validate exchangeability, or validate the external analysis.
Usage
export_gazepoint_mne_cluster_input(
data,
outdir,
subject_col = ".gp3_cluster_subject",
condition_col = ".gp3_cluster_condition",
time_col = ".gp3_cluster_time_bin",
outcome_col = ".gp3_cluster_outcome",
overwrite = FALSE
)