Hello, I am running the following regression
where y is a dummy variable taking the value of 0 or 1 and ln_x is the natural log of a continuous variable.
I am not sure about the correct way to interpret my regression coefficient.
Say for instance that ln_x has a coefficient of 0.06.
How would I interpret this? I am unsure about a number of options
thanks a lot for your help
Code:
reg y ln_x
I am not sure about the correct way to interpret my regression coefficient.
Say for instance that ln_x has a coefficient of 0.06.
How would I interpret this? I am unsure about a number of options
- a 1% increase in x is associated with a 6% increase in the probability of y=1
- a 1% increase in x is associated with a 6% points increase in the probability of y=1
- a 1% increase in x is associated with a 0.06% increase in the probability of y=1
- a 1% increase in x is associated with a 0.06% points increase in the probability of y=1
thanks a lot for your help
Comment