I'm using ivregress and I'd like to see my estimate of my regression. But, due to having too many county factors my stata ran out of screen space and I cannot scroll back to see my estimate. I tried set scrollbufsize 2048000 but it will work for my next launch of stata - according to the command.
Can you take a look at my regression command and tell my how can I retrieve the estimate ?
I want to regain the estimate of endogen_var
Can you take a look at my regression command and tell my how can I retrieve the estimate ?
Code:
ivregress 2sls outcome (endogen_var=i.IV_a i.IV_a#i.IV_b)male ismarried wasmarried age age2 black asian hispanic lths hsdegree somecollege i.year i.IV_b i.county $SCONTROL , cluster(county)

Comment