parse_nmtran_args | R Documentation |
.bbi_args
and return the three expected nmfe_options
for NM-TRAN
in the correct formatParse .bbi_args
and return the three expected nmfe_options
for NM-TRAN
in the correct format
parse_nmtran_args(.mod, .bbi_args = NULL, nmfe_options = NULL)
.mod |
A |
.bbi_args |
A named list specifying arguments to pass to |
nmfe_options |
named list of nmfe options defined in a |
Combines NONMEM submission args and consolidates to NMFE
arguments only
The arguments of interest are prdefault
, tprdefault
, and maxlim
,
which impact the evaluation of NM-TRAN
. Priority is .bbi_args
> model
yaml > bbi.yaml
Note: run_nmtran()
considers only the first three NM-TRAN
arguments
(prdefault
, tprdefault
, and maxlim
), but, starting with NONMEM 7.5
,
nmfe passes a fourth argument (do2test
) to NM-TRAN.
bbi
doesn't expose nmfe's -do2test
argument, so in the bbi
/bbr
context this call always passes "0"
to NM-TRAN
for the do2test
value. If that first call exits with a status of 9
, nmfe does a follow-up
call that drops the fourth argument (do2test
).
Given the above, parse_nmtran_args()
does not support the additional
do2test
argument for NONMEM 7.5
. This should be revisited if
run_nmtran()
is called within submit_model()
as a method of validating
the control stream ahead of model execution. See additional discussion at
https://github.com/metrumresearchgroup/bbr/pull/705.
a named character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.