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" )
defDepotCmt
: default depot compartment, integerdefObsCmt
: default observation compartment, integerexportTSLD
: export column TSLD (time since last dose), logicalexportTDOS
: export column TDOS (time of last dose), logicaltimeUnitDataset
: unit of time in dataset, character ('hour' by default)timeUnitExport
: unit of time in export, character ('hour' by default)a dataset configuration
Useful links