fit_svs_group_results: Combine fitting results for group analysis.

View source: R/fit_svs.R

fit_svs_group_resultsR Documentation

Combine fitting results for group analysis.

Description

Combine fitting results for group analysis.

Usage

fit_svs_group_results(
  search_path = NULL,
  paths = NULL,
  output_dir = "fit_svs_group_results",
  verbose = TRUE
)

Arguments

search_path

path to start recursive search for fitting results. Cannot be used together with the paths argument.

paths

a set of paths to spant output files, usually named : "spant_fit_svs_data.rds". Cannot be used together with the search_path argument.

output_dir

directory path to store group results.

verbose

verbose, defaults to TRUE.


spant documentation built on Nov. 20, 2025, 5:06 p.m.