View source: R/utils_mrgsolve.R
get_mrgsolve_code | R Documentation |
Creation of mrgsolve code
get_mrgsolve_code(
input = NULL,
template = NULL,
advan,
trans,
isPRED,
isODE,
isLINMAT,
isPREDPP,
varianceTable,
covarianceBlock,
rvTable,
parm_lib,
model_lib,
rv_lib,
scaling,
replacement = TRUE
)
input |
Internal parameter for |
template |
Text template |
advan |
Reactive object - NONMEM ADVAN value |
trans |
Reactive object - NONMEM TRANS value |
isPRED |
Reactive object - is model coded with $PRED? |
isODE |
Reactive object - is model coded with ODEs? |
isLINMAT |
Reactive object - is model coded as linear matrix? |
isPREDPP |
Reactive object - is mode coded with $PK? |
varianceTable |
Variance- table |
covarianceBlock |
Variance-covariance matrix |
rvTable |
Reactive object - residual variability matrix |
parm_lib |
Library of parameters |
model_lib |
Library for $MODEL replacement |
rv_lib |
Library for residual variability replacement |
scaling |
Library for scaling |
replacement |
Logical value indicating with replacement is required |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.