Learn R Programming

dMod (version 1.0.0)

modelname: Get and set modelname

Description

The modelname attribute refers to the name of a C file associated with a dMod function object like prediction-, parameter transformation- or objective functions.

Usage

modelname(..., conditions = NULL)

modelname(x, ...) <- value

# S3 method for fn modelname(x, conditions = NULL, ...) <- value

# S3 method for objfn modelname(x, conditions = NULL, ...) <- value

Arguments

...

objects of type prdfn, parfn, objfn

conditions

character vector of conditions

x

dMod object for which the model name should be set

value

character, the new modelname (does not change the C file)

Value

character vector of model names, corresponding to C files in the local directory.