Question 1:
. xtreg Y X1 X2 X3 X4, fe
. xtreg Y X1 X1Squrd X2 X3 X4, fe
utest X1 X1Squrd, fieller
(48,183 missing values generated)
(48,183 missing values generated)
Specification: f(x)=x^2
Extreme point: -108.4631
Test:
H1: U shape
vs. H0: Monotone or Inverse U shape
Extremum outside interval - trivial failure to reject H0
95% Fieller interval for extreme point: [-1602.7879; -11.067647]
Do these findings mean that there is Monotone relation between X1 and Y? Or does this mean there is Inverse U Shape relation between X1 and Y?
Question 2:
. xtreg Y X1 X2 X3 X4, fe
. xtreg Y X1 X1Squrd X2 X3 X4, fe
utest X1 X1Squrd, fieller
(47,635 missing values generated)
(47,635 missing values generated)
Specification: f(x)=x^2
Extreme point: .0686951
Test:
H1: Inverse U shape
vs. H0: Monotone or U shape
Overall test of presence of a Inverse U shape:
t-value = 0.89
P>|t| = .187
95% Fieller interval for extreme point: [.05450081; .10825843]
I kindly ask you please how to interpret these results. What is the relation between X1 and Y?
Question 3:
X1 was significant before adding X1Squrd to the regression model, while X1 became insignificant when adding X1Squrd to the model. In this case, is it right to continue checking for non-linearity between X1 and Y?
. xtreg Y X1 X2 X3 X4, fe
Y | B | P |
X1 | .0003274 | 0.000 |
X2 | .0276111 | 0.000 |
X3 | -.0466578 | 0.000 |
X4 | .0316747 | 0.000 |
_cons | -.1327554 | 0.000 |
. xtreg Y X1 X1Squrd X2 X3 X4, fe
Y | B | P |
X1 | .0001697 | 0.016 |
X1Squrd | 7.82e-07 | 0.026 |
X2 | .0298372 | 0.000 |
X3 | -.0611631 | 0.000 |
X4 | .0318192 | 0.000 |
_cons | -.1604234 | 0.000 |
(48,183 missing values generated)
(48,183 missing values generated)
Specification: f(x)=x^2
Extreme point: -108.4631
Test:
H1: U shape
vs. H0: Monotone or Inverse U shape
Lower bound | Upper bound | |
Interval | .0000149 | 241.0008 |
Slope | .0001697 | .0005467 |
95% Fieller interval for extreme point: [-1602.7879; -11.067647]
Do these findings mean that there is Monotone relation between X1 and Y? Or does this mean there is Inverse U Shape relation between X1 and Y?
Question 2:
. xtreg Y X1 X2 X3 X4, fe
Y | B | P |
X1 | .9206401 | 0.000 |
X2 | .0644442 | 0.000 |
X3 | -.0452923 | 0.000 |
X4 | .0210274 | 0.011 |
_cons | -.3993418 | 0.000 |
. xtreg Y X1 X1Squrd X2 X3 X4, fe
Y | B | P |
X1 | 1.690577 | 0.000 |
X1Squrd | -12.30493 | 0.000 |
X2 | .0639376 | 0.000 |
X3 | -.0454351 | 0.000 |
X4 | .0214638 | 0.009 |
_cons | -.4015362 | 0.000 |
(47,635 missing values generated)
(47,635 missing values generated)
Specification: f(x)=x^2
Extreme point: .0686951
Test:
H1: Inverse U shape
vs. H0: Monotone or U shape
Lower bound | Upper bound | |
Interval | .000525 | .080509 |
Slope | 1.677657 | -.2907374 |
t-value | 7.655816 | -.8889454 |
P>|t| | 9.94e-15 | .1870204 |
t-value = 0.89
P>|t| = .187
95% Fieller interval for extreme point: [.05450081; .10825843]
I kindly ask you please how to interpret these results. What is the relation between X1 and Y?
Question 3:
X1 was significant before adding X1Squrd to the regression model, while X1 became insignificant when adding X1Squrd to the model. In this case, is it right to continue checking for non-linearity between X1 and Y?
Comment