View source: R/utils_covariates.R
create_univariate_models | R Documentation |
Generate univariate model code
create_univariate_models(
code,
referenceName,
nThetas,
table,
style,
prefix,
startNumber,
path
)
code |
A character string containing the code of the reference NONMEM model |
referenceName |
The name of the reference model file |
nThetas |
The number of THETA parameters in the reference NONMEM model |
table |
The table of covariate relationship definition |
style |
Either PsN or standard |
prefix |
If standard style, the prefix to start the name of the univariable model file with |
startNumber |
If PsN style, the number to start univariate model run files |
path |
The directory in which the univariate models will be saved and run |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.