Hello everyone,
1.To identify U-shape relationship, if the variable and its squared added to model and both of them were significant, is it enough to identify u-shape relationship?
2. to check wether is it inverted or direct u-shape, is using -utest- enough?
3. If I'm considering a model with interaction, can I interpret this kind of relationship or not?
for example:
if model is:
and b1 & b2 is significant does it mean that we have u-shape relationship or I have to check it in a model without interaction term?
4. if we had u-shape relationship between X1 and Y, and I want to check the effect of interaction of X1 and X2, Shall I use X1^2*X2 or X1*X2 is enough?
Thank you in advance for your help and comments,
King regards,
Michael
1.To identify U-shape relationship, if the variable and its squared added to model and both of them were significant, is it enough to identify u-shape relationship?
2. to check wether is it inverted or direct u-shape, is using -utest- enough?
3. If I'm considering a model with interaction, can I interpret this kind of relationship or not?
for example:
if model is:
Code:
Y=b0+b1*X1+b2*X1^2+b3*X2+b4*X1*X2+error term
4. if we had u-shape relationship between X1 and Y, and I want to check the effect of interaction of X1 and X2, Shall I use X1^2*X2 or X1*X2 is enough?
Thank you in advance for your help and comments,
King regards,
Michael
Comment