November 21st, 2005, 4:53 pm
In addition to the theoretical answers given below, the log transformation is often used for data analytic reasons. If you start your analysis by plotting your data, you look at the shape. If it curves suggesting y = x^2 or y = exp(x), you try transforming the independent variable with a square root or a log, or transforming the dependent variable with a square or exponential. You can use other transformations, like cube roots or more complicated ones, but for most practical data analysis, simple is good unless you have a theoretical reason to make it complicated. Remember the direction of the curve doesn't matter, a downward sloping curve might be y = -x^2 or y = -exp(x). If you can estimate or extrapolate an x value that gives a minimum y, you can make that the zero point before transforming.
Last edited by
Aaron on November 20th, 2005, 11:00 pm, edited 1 time in total.