replicate_permutation.RdReplicate the permutation computations
replicate_permutation(number_permutations = 100, future_seed = TRUE, ...)The number of permutations to perform, default is 100.
Seed control forwarded to future.apply::future_lapply(future.seed = ...).
Additional function arguments passed to the permutation_mars() function.