I study a large set of data (200 companies in the same sector)
A = average salary in the company , B = number of men in the company , C = number of women in the company
I find a very high correlation(0.75) with a multiple linear regression A ~ B + C
ie : the average salary is positively impacted by the number of men employed.
I computed the ratio of men/women in each company : R= B/C
I run an other multiple linear regression A ~ R and only get 0.25 correlation
Am I wrong somewhere or does it make sense from a mathematical point of view ?
thank you