TODO.
pm_analysis( proj, n_perms = 1000, n_breaks = 50, min_dist = 0, max_dist = Inf, min_group_size = 5, check_internal = FALSE, report_progress = TRUE, pb_markdown = FALSE )
proj | object of class |
---|---|
n_perms | number of permutations in test. |
n_breaks | values are broken into this many groups based on spatial
distances. Permutation testing then occurs within groups. Hence, a larger
value of |
min_dist, max_dist | minimum and maximum edge lengths to be included in the analysis. Anything outside this range is ignored. |
min_group_size | minimum number of edges within a spatial permutation
group, otherwise edges within this group are replaced with |
check_internal | if |
report_progress | if |
pb_markdown | whether to run progress bars in markdown mode, in which case they are updated once at the end to avoid large amounts of output. |