Skip to main content
Skip table of contents

getAddLines

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

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"
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.