
Export cluster-permutation result components
Source:R/cluster-permutation-diagnostics.R
export_gazepoint_cluster_results.RdWrites the cluster summary, timewise statistics, null distribution, parameter table, and conservative reporting text to disk.
Usage
export_gazepoint_cluster_results(
result,
path = ".",
prefix = "gazepoint_cluster",
overwrite = FALSE
)Arguments
- result
Object returned by
run_gazepoint_cluster_permutation().- path
Output directory.
- prefix
File-name prefix.
- overwrite
Should existing files be overwritten?