Use to create an empty model object and optionally supply location of .mdl file to initialize model with PML statements.
Usage
textualmodel(modelName = "", workingDir = "", data, mdl = NULL)
Arguments
- modelName
Model name to create subdirectory for model output in current working directory.
- workingDir
Working directory to run the model. Current working directory will be used if workingDir
not specified.
- data
Input dataset
- mdl
File path specifying location of test.mdl file
Examples
if (FALSE) { # \dontrun{
model <- textualmodel(data = pkData)
} # }