Hi!
My question is how to use Esttab to show the first stage WITHOUT Showing the Second Stage with ivreg2?
The code:
eststo: ivreg2 logHumanR (total_inst=logem4), first savefirst savefprefix(a)
eststo: ivreg2 logHumanR lat_abst (total_inst=logem4), first savefirst savefprefix(b)
esttab a* b* using "try.tex"
I am exporting the table to Latex, but it shows the second stage first, then the first stage.
(Plus is there a smarter way to only show first stage without typing these a* b* (in our list it's longer c* d* e*) ?)
Best Regards,
Related Posts with How to Esttab SHOWING THE FIRST STAGE ONLY (Without Showing the Second Stage) with ivreg2?
How can i split a variable?Hello everybody I have a problem I am looking for how to solve it. In my database I have a variable…
how to evaluate goodness of fit of GSEM?Hello everyone, I am new to SEM. My model has a count mediator and a continuous outcome, so I am us…
Loops graphs by group error in savingDear all, I am trying to generate graphs using loops and levelsof by regions and would like to save…
do you use sort id before merge?I ask this question because I find everytime when I merge 2 data sets, I don't need to -sort id- at …
Creating a categorical variable from multiple variablesI am working with county-level panel data. I am currently trying to create covariates for my regress…
Subscribe to:
Post Comments (Atom)
0 Response to How to Esttab SHOWING THE FIRST STAGE ONLY (Without Showing the Second Stage) with ivreg2?
Post a Comment