I need to conduct a series of descriptive analysis and come up with the average absenteeism (absent hours) per department and per location on a dataset which has the following variables:
Gender
City
Job Title
Department Name
Store Location
Division
Age
Length of Service
Absent Hours
Business Unit
What code do I need to write to get the average absenteeism (absent hours) per department and per location?
In addition, how can I measure the effects of age and length of service on absenteeism? (Which code should I write to get that)?
And; in order to discover if gender explains any differences in absenteeism. What code do I need to write?
Please help.
Thanks.