How to apply the restriction c(2) = c (3)?
Posted: Thu Jun 08, 2017 2:52 pm
Greetings. The Wald test results accept the null hypothesis of c(2) = c(3). How do I run a regression imposing said restrictions on the coefficients ?
The following options work in that the coefficients (in the regressions with the restrictions) are indeed equal to each other. However, there are differences in the coefficients depending on which of the following is used.
(c(2) > c(3))*X1
or (c(2) >= c(3))*X1
or (c(2) > c(3))*X1 + (c(3) > c(2))*X2
Thanks for your time.
The following options work in that the coefficients (in the regressions with the restrictions) are indeed equal to each other. However, there are differences in the coefficients depending on which of the following is used.
(c(2) > c(3))*X1
or (c(2) >= c(3))*X1
or (c(2) > c(3))*X1 + (c(3) > c(2))*X2
Thanks for your time.