Skip to main content
Skip table of contents

getTreatmentsInformation

Get information about doses present in the loaded dataset.

Usage

R
getTreatmentsInformation()

Value

A dataframe whose columns are:

  • id and occasion level names (character)

  • time (double)

  • amount (double)

  • [optional] administrationType (integer)

  • [optional] infusionTime (logical)

  • [optional] isArtificial (logical): is created from SS or ADDL column

  • [optional] isReset (logical): IOV case only

Examples

R
{
if (FALSE) {
initializeLixoftConnectors("monolix")
project_name <- file.path(getDemoPath(), "6.PK_models", "6.3.multiple_doses", "ss1_project.mlxtran")
loadProject(project_name)
getTreatmentsInformation()
}
}
JavaScript errors detected

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

If this problem persists, please contact our support.