Hi.
For a falsification test, I want to run an IV regression and store the value of the coefficient of the instrumented variable and the corresponding p value for the coefficient.
I am able to store the coefficient value using the following:
What would be the command for saving the p value of the z statistic for the coefficient.
Thanks.
For a falsification test, I want to run an IV regression and store the value of the coefficient of the instrumented variable and the corresponding p value for the coefficient.
I am able to store the coefficient value using the following:
matrix coef_IV = e(b)
scalar b = coef_IV[1,1]
scalar b = coef_IV[1,1]
Thanks.
Comment