Create a dataset configuration. This configuration allows CAMPSIS to know which are the default depot and observed compartments.
DatasetConfig(
defDepotCmt = 1,
defObsCmt = 1,
exportTSLD = FALSE,
exportTDOS = FALSE,
timeUnitDataset = "hour",
timeUnitExport = "hour"
)
a dataset configuration
default depot compartment, integer
default observation compartment, integer
export column TSLD (time since last dose), logical
export column TDOS (time of last dose), logical
unit of time in dataset, character ('hour' by default)
unit of time in export, character ('hour' by default)