Hi everyone.
I'm having some problems getting the statistics from the xtivreg2 for the 1st model. I'm using the following code:
Is there a way of getting the F-stats on the outreg2 output? Also, I'm not seeing the R2s of the model. Shouldn't it be shown when running the xtivreg2?
Can anyone help me with this?
Kind regards,
Peter
I'm having some problems getting the statistics from the xtivreg2 for the 1st model. I'm using the following code:
Code:
xtivreg2 y (x1=x1_instrument) x2 x3 , fe cluster(id) first savefprefix(column1) outreg2 using "xtivreg2_test", tstat dec(3) adjr2 excel replace est restore column1* outreg2 using "xtivreg2test_1st", tstat dec(3) excel replace
Can anyone help me with this?
Kind regards,
Peter
Comment