Hi, I am running FD IV estimation and have questions about f statistic.
My code goes:
xtset id year
ivregress 2sls d.y (d.x1=d.z1) d.xt i.year, nocons cluster(id)
My first question is whether this code is correct.
And my second question is how do I run f statistic for the first stage?
Thank you.
My code goes:
xtset id year
ivregress 2sls d.y (d.x1=d.z1) d.xt i.year, nocons cluster(id)
My first question is whether this code is correct.
And my second question is how do I run f statistic for the first stage?
Thank you.

Comment