For some measurements, the results of an analysis are appropriately presented on the transformed scale. In most of the cases, however, it's desirable to present the results on the original scale of measurement (otherwise your work is more or less worthless).
For example, in case of log-transformed data, a problem with interpretation on the original scale arises because the mean of the logged values is not the log of the mean. Taking the antilogarithm of the estimate of the mean on the log scale does not give an estimate of the mean on the original scale.
If, however, the log-transformed data have symmetric distributions, the following relationships hold (since the log preserves ordering):
$$\text{Mean}[\log (Y)] = \text{Median}[\log (Y)] = \log[\text{Median} (Y)]$$
(the antilogarithm of the mean of the log values is the median on the original scale of measurements).
So I only can make inferences about the difference (or the ratio) of the medians on the original scale of measurement.
Two-sample t-tests and confidence intervals are most reliable if the populations are roughly normal with approximately standard deviations, so we may be tempted to use the Box-Cox
transformation for the normality assumption to hold (I also think that it is a variance stabilizing transformation too).
However, if we apply t-tools to Box-Cox
transformed data , we will get inferences about the difference in means of the transformed data. How can we interpret those on the original scale of measurement? (The mean of the transformed values is not the transformed mean). In other words, taking the inverse transform of the estimate of the mean, on the transformed scale, does not give an estimate of the mean on the original scale.
Can I also make inferences only about the medians in this case? Is there a transformation that will allow me to go back to the means (on the original scale) ?
This question was initially posted as a comment here