Hello there!
I have run a linear regression where the dependent variable has been log transformed due to skewness of the data. I have been asked to back transform the coefficients of the regression. I tried this with the command disp exp(X). However, the coefficients negative and as far as I know they cannot be exponentiated? How can I translate them into their non log value?
I have run a linear regression where the dependent variable has been log transformed due to skewness of the data. I have been asked to back transform the coefficients of the regression. I tried this with the command disp exp(X). However, the coefficients negative and as far as I know they cannot be exponentiated? How can I translate them into their non log value?
Comment