Creation of NONMEM code
get_nonmem_code(
input = NULL,
template = NULL,
vars,
advan,
trans,
isPRED,
isODE,
isLINMAT,
isPREDPP,
varianceTable,
covarianceBlock,
rvTable,
parm_lib,
model_lib,
rv_lib,
scaling,
replacement = TRUE
)
Internal parameter for shiny
Text template
Reactive object - List of variables in data file
Reactive object - NONMEM ADVAN value
Reactive object - NONMEM TRANS value
Reactive object - is model coded with $PRED?
Reactive object - is model coded with ODEs?
Reactive object - is model coded as linear matrix?
Reactive object - is mode coded with $PK?
Variance- table
Variance-covariance matrix
Reactive object - residual variability matrix
Library of parameters
Library for $MODEL replacement
Library for residual variability replacement
Library for scaling
Logical value indicating with replacement is required