The modelname attribute refers to the name of a C file associated with a dMod function object like prediction-, parameter transformation- or objective functions.
modelname(..., conditions = NULL)modelname(x, ...) <- value
# S3 method for fn
modelname(x, conditions = NULL, ...) <- value
# S3 method for objfn
modelname(x, conditions = NULL, ...) <- value
objects of type prdfn
, parfn
, objfn
character vector of conditions
dMod object for which the model name should be set
character, the new modelname (does not change the C file)
character vector of model names, corresponding to C files in the local directory.