View source: R/covariate-explore.R
| append_nonmem_var | R Documentation | 
This is designed to be used in situations where you don't want to rerun
NONMEM, but need a variable defined in the control file.  This will parse the
$PK/'$PRED“ and compute it as an additional row in R.  Safest way is to
just rerun the model with the variable in $TABLE, but this is for those who
are too time constrained.  It is advisable to QC the output.
append_nonmem_var(output_table, r, var)
| output_table | Output from  | 
| r | An nm object. | 
| var | Character. Name of variable to extract (needs to be defined in $PK/$PRED). | 
A modified version of output_table with addition var column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.