I'm trying to model events happening at certain time intervals in function of the total time. For instance if a doctor visited patients every 12 hours, it would be intuitive to assume that a group of patients with a mean length of stay (LoS) of 12 hours have an average of 1.0 follow-up visit (and so forth, 1.5 visits for 18 hours etc.). In reality, the actual mean number of visits is consistently smaller because all patients below 10 hours (which would be approx. half of them for a normal distribution) receive 0 visits. Is there a "formal" method to estimate the number of visits from the LoS?

I have been suggested to round down the number of visits as an approximation but I'm not sure that would be academically acceptable... I hope this makes sense as I'm not a statistician. Thanks in advance!

Similar questions and discussions