Run the time series analyses for the selected time series data set

runTsAnalyses(
  tsData,
  tsDataId,
  outputFolder = "./TimeSeriesAnalysis",
  tsAnalysisList
)

Arguments

tsData

A vector representing the time series data

tsDataId

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.

outputFolder

The folder where the time series models are saved

tsAnalysisList

A list of time series analyses as specified by using the @seealso [createSegmentedArgs] and/or @seealso [createOcpArgs]

Details

This function will run the list of time series analyses for the time series data and save the output to the outputFolder.