R/RunAnalyses.R
runTsAnalyses.Rd
Run the time series analyses for the selected time series data set
runTsAnalyses(
tsData,
tsDataId,
outputFolder = "./TimeSeriesAnalysis",
tsAnalysisList
)
A vector representing the time series data
An integer value to uniquely identify the time series data. Most often this value will be the cohort ID that represents the cohort time series data.
The folder where the time series models are saved
A list of time series analyses as specified by using the @seealso [createSegmentedArgs] and/or @seealso [createOcpArgs]
This function will run the list of time series analyses for the time series data and save the output to the outputFolder.