-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
lastdose outputs different TAD for records with same DATETIME (rows 22, 23, 24). I would expect all to have TAD ==0 since they occur at same time as dose (row 21), but only one record has TAD == 0.
Example data: temp_tad.csv
> temp_tad[21:24,]
USUBJID DATETIME EVID DVID DV ADDL II AMT TAD TAFD LDOS
21 hidden 2019-04-16 09:50:00 1 0 99 0 0 0 0.00000 982.9167 0
22 hidden 2019-04-16 09:50:00 0 5 99 0 0 NA 0.00000 982.9167 0
23 hidden 2019-04-16 09:50:00 0 6 99 0 0 NA 22.33333 982.9167 0
24 hidden 2019-04-16 09:50:00 0 4 99 0 0 NA 22.33333 982.9167 0
Reactions are currently unavailable