Hi guys!
I'm using 2SLS on Panel Data, however when I calculate 2SLS manually, I mean, by doing:
First Stage:
reg x1 x2 z1 z2, robust
predict x1_hat
Second Stage:
reg y x1_hat x2
I am not sure if these are the right commands, do I need to use xtreg on the same steps instead of using just reg? Because when I use the command:
ivreg2 y x2 (x1=z1 z2), robust
I am not getting the same coefficients as the manual method, so that's why I am not sure of what method I should use. I was thinking of using xtivreg2, but I am not sure.
What do you think?
PS: I am not using fixed effects
Related Posts with 2SLS on Panel Data
Question about appropriate regression methodology for approaching field experiment analysisHi all, I am trying to conduct a field experiment (a correspondence study) and have a question about…
Saving multiple regression results to reproduce for -test-Hi everyone. So I have been trying to use -est sto- for saving my regression results. But it could o…
latent class regression - interpreting the coefficientsDear Stata users, I am running latent class analysis with a covariate, to determine whether the cova…
Displaying in results names of temporary variablesI suspect I've missed an obvious solution, but is there a way to display the assigned name of a temp…
BiplotDear All, How can I improve the readability of the graph with the following command? biplot $xlist…
Subscribe to:
Post Comments (Atom)
0 Response to 2SLS on Panel Data
Post a Comment