I have a multiple regression equation that reads as follows:
ln10(DV) = 0.437 + 0.394(ln10(IV_1)) + 0.061(IV_2) - 0.145(IV_3)
I performed the ln10 transformations for the DV and for IV_1 to get around heavy skewness in the original data. The ln10 transformed data is normally distributed.
IV_2 is a principal component (which hasn't been transformed)
IV_3 is a variable that represents 0 = "disagree" and 1 = "agree"
The ln10 transformation helped me to perform the regression but I'm now struggling to interpret what this means in practical terms, all help appreciated!
(The model is significant, but has a fairly modest R^2 of .33)