Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I have data for multiple cohorts - some cohort level data has been normalized via Z-scores, and some has been normalized via log transformations. (Agh.) Is there any way to compare them? Can I convert the Z-scores back to raw data, then log transform them? (I do have the mean & SD for the raw data of the Z-scored cohorts).

Also - I saw this post: How to log transform Z-scores?, but as I have multiple cohorts I need to be sure that the data is all on the same scale / transformed in the same way.

Any thoughts would be helpful.

share|improve this question

1 Answer

up vote 2 down vote accepted

Converting to a common metric (either log- or Z-scores) seems like the best strategy-- you should be able to recover the original scores exactly as you'd expect -- take exp(log-scores) and mean + (sd*Z-scores). If the data is inherited, it may be worth inquiring why a previous analyst chose one metric over the other (does the data quite skewed?) before you choose whether to convert all cohorts to one or the other.

share|improve this answer
You've confirmed my instinct. Thanks, Mark! – mfk534 Oct 16 '12 at 23:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.