How does the interpretation on the coefficient of X in this OLS model:
Y(Profit in €) = b0 + b1 X + b2 X2 (Firm Size in €) + e
change if I rewrite the model as
Y(Profit in €) / X2(Firm Size in €) = b0 + b1 X + e.
In other words, is easy way to understand what using "Firm Size" in the regression model vs. using it to scale Y is doing to the coefficient estimate?