Define a parametric or numeric model
DefineModel(
modelClass,
processData,
UseProcessData = FALSE,
DefinitionMethod = c("Table", "ResourceFile"),
ModelName,
ParameterTable = data.table::data.table(),
FileName = character()
)
The model class, such as Regression.
The current data produced by a previous instance of the function.
Logical: If TRUE use the existing function output in the process.
Character: A string naming the method to use, one of "Table" to define a table directly (in the GUI), and ResourceFile to read a file.
The model to use.
A table holding the parameter values.
A file from which to read the ParameterTable
.