Combine fitting results for group analysis.
fit_svs_group_results(
search_path = NULL,
paths = NULL,
output_dir = "fit_svs_group_results",
verbose = TRUE
)path to start recursive search for fitting results. Cannot be used together with the paths argument.
a set of paths to spant output files, usually named : "spant_fit_svs_data.rds". Cannot be used together with the search_path argument.
directory path to store group results.
verbose, defaults to TRUE.