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
rename all words of localDear all, I have trouble finding my way through all possible local manipulations to find what I nee…
Panel Data Missing Observations! SolutionDear Statalisters, I am currently running analysis on a 2-period panel data set from China. I use a…
Help with time-invariant variable in panel dataGood morning, I am new here and would greatly appreciate some help. I would like to run a regressio…
Using Wald Test for Complex Interaction ModelsDear all: My name is Siyu. I am running a random-effects logit model involving many interaction ter…
Dyadic Ties. Looping if a pair in the same group is also a pair in another group, not longer than five years before the focal groupI am using Stata 15.0 I am trying to construct the variable Prior Tie Density (the number of formed …
Subscribe to:
Post Comments (Atom)
0 Response to Finding the _b[coefficient] from the first-stage of ivreg2
Post a Comment