Dear All,
I have am running a regression where both the dependent and independent variables are rates in %.
After some reading, I opted for the fractional response model using the -fracreg- command with probit option. For this purpose, I rescaled the variables to [0,1] interval by dividing them by 100.
After running the regression, I ran the -margins, dydx(*)- command for average marginal effects. But I am having trouble with interpretation now that my % variables are rescaled to proportions.
For instance, if the AME of x1 is 0.002, does that mean:
I have am running a regression where both the dependent and independent variables are rates in %.
After some reading, I opted for the fractional response model using the -fracreg- command with probit option. For this purpose, I rescaled the variables to [0,1] interval by dividing them by 100.
After running the regression, I ran the -margins, dydx(*)- command for average marginal effects. But I am having trouble with interpretation now that my % variables are rescaled to proportions.
For instance, if the AME of x1 is 0.002, does that mean:
- a 1% increase in x1 will lead to a 2 percentage points rise in y?
- a 1% increase in x1 will lead to a 0.002 percentage points rise in y?
- a 1% increase in x1 will lead to a 2% rise in y?
- a 1% increase in x1 will lead to a 0.002% rise in y?
- a 0.01% increase in x1 will lead to a 2 percentage points rise in y?
- and so on,,,
Comment