getTreatmentsInformation
[Monolix - PKanalix] Get treatments information
Get information about doses present in the loaded dataset.
Usage
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
{
if (FALSE) {
initializeLixoftConnectors("monolix")
project_name <- file.path(getDemoPath(), "6.PK_models", "6.3.multiple_doses", "ss1_project.mlxtran")
loadProject(project_name)
getTreatmentsInformation()
}
}