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 a hypothetical experiment where I am comparing scores on some measure at 1 year to scores on the measure at 4 years. I use a non-paired t-test to see if there is a significant difference between the two. Then, I do:

(4 year mean) - (1 year mean)

Now, I want to take that value, a function of two different distributions that have different n and SD, and compare it to another value that was obtained in the same way from two similar distributions (1st & 4th year but under a different independent variable). How can I do this? And is it valid do 4yrMean - 1yrMean to obtain the value, or should I do p-value4 - p-value1 or something?

share|improve this question

1 Answer

up vote 1 down vote accepted

I'm not sure I understand your question. But if you are working with nontraditional distributions you might want to look at nonparametric methods--in particular, you can use the nonparametric bootstrap to get confidence intervals for "4yrMean - 1yrMean" or whatever statistic you need.

share|improve this answer
so then (4yearMean - 1yrMean) is definitely nonparametric? – Matt Munson Mar 9 '11 at 13:16

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.