Hi everyone, I have a dataset containing four datetime variables (RGL_time, RPH_time, RAGAP_time, and RBCARB_time), each indicating when corresponding values (glucose, pH, AGAP, and Bcarb) were resolved. The overall resolution time is determined by the earliest point when glucose and any two other values have been resolved. For instance, if glucose was resolved at 10 am, pH at 2 pm, AGAP at 4 pm, and BCARB at 6 pm on the same day, the overall resolution time would be 4 pm. This is because 4 pm is the earliest time when glucose and any two additional values have been resolved. However, if pH resolved at 2 pm, AGAP at 4 pm, BCARB at 6 pm, and glucose at 8 pm on the same day, the overall resolution time would be 8 pm. This is because glucose must always be included in the values that have resolved. I have attached a sample dataset for additional insight into the dataset. Thanks for your help.
... View more