I have a list of employees at a company. I want to show some comparison of some demographics (say, %female) of those who have left the company and those who have stayed with the company. However, I would like to properly quantify the error. I'm running into a confusion in doing this calculation:
- On one hand, I have the EXACT percentage of everything within the company (demographics, active/separated employees), so it seems like this is descriptive statistics
- On the other hand, there definitely seems to be an inherent error on these percentages. If one female leaves some department of size 5, this is far more variable than if a female leaves some department of size 10000. This is what I would like to quantify as errors to these percentages. However, all descriptions of how to calculate a 'Difference Between Proportions', say, this one, refer to samples from a population which would involve an inferential statistic.
So am I looking at this the wrong way? Do I really have some greater population that includes all possible employees of the company, and the 'sample' is what was selected with the current employees? Or is this really a descriptive calculation and the variance of these percentages are calculated a different way. Thanks. (And sorry for the newbie question, but can't find any answers to this.)