Hello:
I work in health care field and I am trying to assess the variation in number of cases during the weekdays, to adjust the staffing needed on a particular week day(Excluding Saturday and Sunday).
I have the patient's identifiers, and the date when the procedure was performed for one complete year (2023).
Using the date and time function, and working with string variables, I was able to tabulate number of cases performed on each day of the week (Monday to Friday, excluding Saturday and Sunday).
Is there a way to find:
1) If there is any monthly variation in number of cases performed during each week day.
2) Is there a way to assess if the distribution of cases (during the week days) for the entire year reflective of distribution of cases for each month
I would really appreciate any suggestions/recommendations.
Thank you again for your time
Sincerely
Mike
I work in health care field and I am trying to assess the variation in number of cases during the weekdays, to adjust the staffing needed on a particular week day(Excluding Saturday and Sunday).
I have the patient's identifiers, and the date when the procedure was performed for one complete year (2023).
Using the date and time function, and working with string variables, I was able to tabulate number of cases performed on each day of the week (Monday to Friday, excluding Saturday and Sunday).
Is there a way to find:
1) If there is any monthly variation in number of cases performed during each week day.
2) Is there a way to assess if the distribution of cases (during the week days) for the entire year reflective of distribution of cases for each month
I would really appreciate any suggestions/recommendations.
Thank you again for your time
Sincerely
Mike
Comment