create_univariate_models {pmxcode} | R Documentation |
Generate univariate model code
Description
Generate univariate model code
Usage
create_univariate_models(
code,
referenceName,
nThetas,
table,
style,
prefix,
startNumber,
path
)
Arguments
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 |
[Package pmxcode version 0.1.3 Index]