I am trying to assess whether a visit to a doctor being "on time", "too early" or "too late" has an impact on the total days of sickness.
The time passed between the start of the symptoms and the visit with the doctor (expressed in weeks) could be a possible confounding factor. In particular: the more time passes between the start of the symptoms and the visit, the more likely is that the visit is considered "too late" rather than "on time".
My assumption is that "on time" visits lead to a shorter duration of the sickness and therefore it is important to decide when to see a patient (as early as possible is different from "on time").
How would you approach this problem? I could run a survival analysis estimating what is the probability of recovering over the time for "on time" visits and "too late" visits, but I would need to stratify for weeks between the start of the symptoms and the visit. This will obscure the impact of being "on time".
Another approach would be to create a Cox Proportional-Hazards Model and have a look at the coefficients... Do you have any tip on how to correctly address this problem?
Regards and thanks