Hi everyone,
My objetive is to test if two joint variables are less than zero ( one sided test - dividing the p-value by two). To this end after estimating the model (panel GMM) I run two codes:
and
the results are different, what test should I use?
My objetive is to test if two joint variables are less than zero ( one sided test - dividing the p-value by two). To this end after estimating the model (panel GMM) I run two codes:
HTML Code:
test _b[x1] + _b[x2]=0
HTML Code:
test x1 x2
Comment