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
Rowtotal of Multiple Variables Conditional on Other Variables being equalHi all, Below is my data: Code: dataex ID emplperjob1 job1 input str8 ID int emplperjob1 str80 jo…
Collinearity issue for difference-in-differenceHello, I am trying to obtain signficance levels for a synthetic control method (SCM) result that I …
Interpretation of a survival time modelHello there, I'm working with Panel data for the first time and I do not understand the output. So I…
Multiple continuous stays into single claimHi, everyone The following claims data may include multiple stays for each person, but some stays a…
Question about marginal effects for interaction terms in probit modelHi all, I am trying to use a probit model to analyze a bunch of interaction effects for a binary de…
Subscribe to:
Post Comments (Atom)
0 Response to Finding the _b[coefficient] from the first-stage of ivreg2
Post a Comment