I have data with some extreme values. I really like bar plots (not box plots) and wonder if its ok to present bar plots of median +/- mad?
However, when log-transformed the data is normal, but I don't want to plot transformed data. I want to show the real data and the variance.
Can I run statistics on the log-transformed data using parametric tests?
The results would be a bar plot with median +/- mad, with a "*" indicating significance based on parametric tests on log-transformed data.
Any experience?