Description Usage Arguments Value
The modelname attribute refers to the name of a C file associated with a dMod function object like prediction-, parameter transformation- or objective functions.
1 2 3 4 5 6 7 8 9 | modelname(..., conditions = NULL)
modelname(x, ...) <- value
## S3 replacement method for class 'fn'
modelname(x, conditions = NULL, ...) <- value
## S3 replacement method for class 'objfn'
modelname(x, conditions = NULL, ...) <- value
|
... |
objects of type |
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) |
character vector of model names, corresponding to C files in the local directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.