Dear all,
I am trying to figure out how we can refer to a specific coefficient from the first-stage of ivreg2.
In particular, I am interested in the coefficient from the instrumental variable (for the case of one IV and one endogenous variable).
Consider, for example, running the following
sysuse auto
ivreg2 price (mpg = weight), first
If we want to recover the coefficient of 'mpg' from the second-stage, we can just run
di _b[mpg]
My point is how to recover the _b[weight] from the first-stage?
I know that we can recover, for example, the F-stat from the first stage by running
di e(first)[4,1]
So I was wondering whether we can recover the coefficient of _b[weight] in a similar fashion (instead of using 'savefirst' option or the 'est store').
Thank you!
Best regards,
Otavio
Related Posts with Finding the _b[coefficient] from the first-stage of ivreg2
Interpretation and Relevance of Long Run Coefficients in System GMM RegressionsHello, Hi, I estimate the following system GMM model based on a panel dataset of 1696 firms across…
mann-whitney U testHi there, After the Mann-Whitney U test, how to see whether there is any difference between the two…
Creating change variable with unbalanced panelHi everyone, I have a variable called MHI which takes on a value between 0 and 100, it was only rec…
Exporting multiple VIFs to excelDear Statalisters, I am running a large amount of regressions analyses (specifically 4 models separ…
Coding all subsequent observations per group after an eventHello everyone, I have an unbalanced daily panel data which looks like below. "Pastdefault" and "No…
Subscribe to:
Post Comments (Atom)
0 Response to Finding the _b[coefficient] from the first-stage of ivreg2
Post a Comment