Hello,

I have data (size of neuronal soma area for two different mouse genotype) which are lognormally distributed.

In order to be able to use parametrical statistical analysis (ttest, ANOVA,...) I transformed my data with the log() function. Now perfect, the log(data) follow a normal distribution, so I can run my stats.

My problem is now how do I make figure with it?

Should I represent my histogram with the mean of the data, or of the log(data)? How do I calculate the percentage change between my two groups (based on data or log(data))? etc

Because if I represent the log(data) on my graph, the scale should be a logarithmic one, and it is not the more intuitive way to catch up the difference.

But am I authorized to represent the mean and sem of my data, if the statistical test was done on their log()?

Thank you for your help, my coming figures (and my mental health) will gain from it!

Similar questions and discussions