powered by
A helper function to load and pre-process the Growth dataset from the 'fda' package for use in examples.
run_growth_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("fda", quietly = TRUE)) { growth_results <- run_growth_example(n_perms = 9) } # }
Run the code above in your browser using DataLab