Dear all,
I’m working on a model with N=6 and T=42, with heteroskedasticity and auto-serial correlation.
I have a hypothesis about inversed u-shape effect of X1 variable on Y. And also a hypothesis about effect of interaction of X2 and X1^2 (effect of (X1^2)*X2) on Y.
So the model is as follows:
My question about interpretation of coefficients of this model.
1. If I want to test u-shape relationship, shall I just use a model without the “c.X1#c.X1#c.X2” term or with the presence of this term also I can test the hypothesis?
2. How can I interpret “c.X1#c.X1#c.X2” term? It confusing because of their continuous form.
Thank you in advance
I’m working on a model with N=6 and T=42, with heteroskedasticity and auto-serial correlation.
I have a hypothesis about inversed u-shape effect of X1 variable on Y. And also a hypothesis about effect of interaction of X2 and X1^2 (effect of (X1^2)*X2) on Y.
So the model is as follows:
Code:
xtgls Y c.X1##c.X1 X2 c.X1#c.X1#c.X2 ctrlvariables, corr(psar1) panel(h) force
1. If I want to test u-shape relationship, shall I just use a model without the “c.X1#c.X1#c.X2” term or with the presence of this term also I can test the hypothesis?
2. How can I interpret “c.X1#c.X1#c.X2” term? It confusing because of their continuous form.
Thank you in advance

Comment