MonolixSuite in R
Breadcrumbs

getAddLines

[Simulx] Get lines added to the model.

Get the lines that were added to a model with setAddLines (or in the GUI).

Usage

R
getAddLines()

Details

Additional equations can be added to the model file as in Simulx GUI. It is useful in case of import from Monolix or PKanalix, in order to add equations to the model, eg to compute an additional variable, without modifying the model file used for estimation and without impacting elements already defined.

See also

setAddLines

Examples

R
  initializeLixoftConnectors("simulx")
  file_name <- file.path(getDemoPath(), "3.definition", "3.5.outputs", "output_addLines.smlx")
  loadProject(file_name)
  getAddLines()
#> [1] "AUC_0 = 0"    "ddt_AUC = Cc"