replace_error {pmxcode} | R Documentation |
Replace @ERROR tag
Description
Replace @ERROR tag
Usage
replace_error(
input,
new,
advan,
trans,
isPRED,
nPKcmts,
nPDcmts,
parm_lib,
rv_lib
)
Arguments
input |
Internal parameter for |
new |
Text template |
advan |
Reactive object - NONMEM ADVAN value |
trans |
Reactive object - NONMEM TRANS value |
isPRED |
Reactive object - is model coded with $PRED? |
nPKcmts |
Number of PK compartments in the model |
nPDcmts |
Number of PD compartments in the model |
parm_lib |
Library of parameters |
rv_lib |
Library for residual variability replacement |
[Package pmxcode version 0.1.3 Index]