Suppose that we have a linear regression model E[y|x] = a +bx, where x is a dummy variable. Why does Stata calculate the proportional marginals of dummy variables (eydx) calculated as:
ln(y(x=1)) - ln(y(x=0)) ? Would it be meaningful to calculate the margins manually as (y(x=1) - y(x=0))/ y(x=0) instead, so that the marginal effect is interpreted as the average proportional gain or loss from going from x=0 to x=1, for an individual for whom x=0. That is, if this calculation is 0.09, a subject with x=0 would gain, on average, 9% more of y if x=1 instead. Would this make sense? Any help is appreciated. Thank you!
ln(y(x=1)) - ln(y(x=0)) ? Would it be meaningful to calculate the margins manually as (y(x=1) - y(x=0))/ y(x=0) instead, so that the marginal effect is interpreted as the average proportional gain or loss from going from x=0 to x=1, for an individual for whom x=0. That is, if this calculation is 0.09, a subject with x=0 would gain, on average, 9% more of y if x=1 instead. Would this make sense? Any help is appreciated. Thank you!
Comment