Execute script

  1. Select the model for which you want to create plots.

  2. In the right panel, select the desired script from the Scripts tab.

  3. ScriptsTab_1.png 

    The expected input variables for the selected script are depicted at the bottom of the right panel.

  4. Click icon_runRscript.png.
    Or
    Right-click the selected script and choose Run script from the menu.

The plot will be created and opened automatically.

DiagnosticPlot.png 

Pirana invokes R and runs the script in the directory piranatemp underlying the active folder. How­ever, before execution, Pirana replaces #PIRANA_IN with an R list-object which specifies model and results information. For example:

models <- list (
  "003" = list (
     "modelfile"       = "003.mod",
     "description"     = "PK model digoxin",
     "reference_model" = "002",
     "data_file"       = "nm_pk_001.csv",
     "output_file"     = "003.lst",
     "tables"          = c("003.TAB", "sdtab003")
  )
)


Last modified date:12/17/20
Certara USA, Inc.
Legal Notice | Contact Certara
© 2020 Certara USA, Inc. All rights reserved.