Create a TimeSeries analysis specification

createTsAnalysis(analysisId = 1, description = "", tsArgs)

Arguments

analysisId

An integer that will be used later to refer to this specific set of analysis choices.

description

A short description of the analysis.

tsArgs

An object representing the time series arguments to be used when calling the various time series model functions

Details

Create a set of analysis choices, to be used with the [runTsAnalyses()] function.

Providing a NULL value for any of the argument applies the corresponding step will not be executed.