I have a regression model where the dependent variable is logarithm of miles per gallon
and several IVs. One of the IVs is origin
of the car where 1=USA, 2=Europe, 3=Japan.
I wonder how to interpret the results of the model if the beta parameter for the variable origin
is 0.040.
Furthermore isn't it better to transform the variable origin
to 3 dummy variables USA, Europe and Japan?
The dataset comes from here.