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.

Let's assume we have predictors x1-x5 and dependent variables y1-y9 in one dataset. We have a certain hypothesis about x1: it should have differently strong effects on our 9 dependent variables y1-y9.

We perform 9 regressions, and find that x1 significantly predicts all y with p<.001. Now we want to find out whether these (highly significant) effects are different from each other (just because they are significant effects does not mean they are equally strong). Two questions:

(1) What information that a regression provides us with would give us insight into this question? Unstandardized beta? Standardized beta? t?

(2) Is there a statistical test we can perform to find out whether the strengths of predictions are different between (y1 ON x1) and (y2 ON x1) and (y3 ON x1)?

Software I can use is R and SPSS; field is psychology/medicine.

share|improve this question
Is that $y_1 \lt -x_1$ or $y_1 \leftarrow x_1$ or possibly the R code y1 <- x1? – Henry Nov 15 '12 at 7:15
With y <- x I mean the regression effect of x on y. y ON x, as MPLUS puts it. – Torvon Nov 15 '12 at 15:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.