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()
,
create_IQReventData()
,
create_IQReventTable()
,
is_IQRdosing()
,
is_IQReventTable()
,
is_IQRsimresMulti()
,
is_IQRsimres()
,
plot.IQRsimresMulti()
,
plot.IQRsimres()
,
print.IQRdosing()
,
print.IQReventTable()
,
print.IQRsimresMulti()
,
print.IQRsimres()
,
rbind_IQRdosing()
,
sim_IQRmodel()