Function to extract IQRdosing from modeling data set. A list of IQRdosing objects is returned containing each individual or each unique dosing.
extract_IQRdosing.Rd
Function to extract IQRdosing from modeling data set. A list of IQRdosing objects is returned containing each individual or each unique dosing.
extract_IQRdosing(data, FLAGunique = FALSE, TIMEcol = "TIME")
Arguments
- data
NLME, sysfit or general dataset containing dosing records (TIME, EVID, ADM, AMT, ADDL, II, RATE, TINF) for individuals (ID)
- FLAGunique
If FALSE (default) the dosing for each subject will be returned as list with the subject identifiers (ID) as names. If TRUE only unique dosings will be returned as unnamed list.
- TIMEcol
Column in the dataset to be used to define dosing times. Defaults to 'TIME'. Using NT instead should be considered if FLAGunique is set to TRUE.
See also
Other Simulation:
IQRdosing()
,
IQReventTable()
,
createSimIQRmodelSpec()
,
create_IQReventData()
,
create_IQReventTable()
,
getDefaultEventTable()
,
is_IQRdosing()
,
is_IQReventTable()
,
is_IQRsimres()
,
is_IQRsimresMulti()
,
plot.IQRsimres()
,
plot.IQRsimresMulti()
,
print.IQRdosing()
,
print.IQReventTable()
,
print.IQRsimres()
,
print.IQRsimresMulti()
,
rbind_IQRdosing()
,
sim_IQRmodel()
,
sim_IQRmodel_sensitivityScan()
,
sim_IQRmodel_strict()