powered by
A helper function to load and pre-process the DTI dataset from the 'refund' package for use in examples.
run_dti_example(n_perms = 499L)
Invisibly returns the FMI results list.
The number of permutations (default: 499L). Passed to run_fmi.
run_fmi
# \donttest{ # n_perms=9 is for a quick check. Use 499+ for real analysis. if (requireNamespace("refund", quietly = TRUE)) { dti_results <- run_dti_example(n_perms = 9) } # }
Run the code above in your browser using DataLab