Goodmorning everyone,
I am trying to use the command esttab in the following way:
ivreg2 l_vkt_IH l_pop $Geographie2 $DivisionsRecensees $PopulationsPassees2 $Caracteristiques2 ///
year_1 year_2 year_3 (l_ln_km_IH = l_pix1835), cluster(msa)
estimate store reg1
ivreg2 l_vkt_IH l_pop $Geographie2 $DivisionsRecensees $PopulationsPassees2 $Caracteristiques2 ///
year_1 year_2 year_3 (l_ln_km_IH = l_rail1898), cluster(msa)
estimate store reg2
ivreg2 l_vkt_IH l_pop $Geographie2 $DivisionsRecensees $PopulationsPassees2 $Caracteristiques2 ///
year_1 year_2 year_3 (l_ln_km_IH = l_hwy1947), cluster(msa)
estimate store reg3
esttab reg1 reg2 reg3, b(4) r2(4) se star(* 0.1 ** 0.05 *** 0.01) ///
drop(year_1 year_2 year_3 _cons) sca(fstat) ///
title(Table 7 : VKT en fonction des kilometres de routes IH, 2SLS (1 instrument)) label nonumbers mtitle("Exploratoire" "Rail" "Autoroute") ///
addnote("Toutes les regressions incluent une constante et tous les controles. Les erreurs standards clusterees au niveau de la MSA sont reportees entre parentheses.") ///
indicate("Geographie = $Geographie2" "Division Recensees = $DivisionsRecensees" "Populations Passees = $PopulationsPassees2" "Caracteristiques socioeconomiques = $Caracteristiques2")
The output is the following:
Array
As you can see there are missing values for my fstat. Moreover, this fstat should be the fstat which is testing the endogenity of the instruments, in other words I want to know if my instruments are strong enough. I can see that above on the display there is a Weak identification test with the rk Wald F statistic, which could answer to my question, but how can I put this statistic in the table?
Thank you.
Related Posts with Test endogenity of instruments
How to Plot a two-way Interaction GraphDear Statalist I'm currently trying to plot a two-way interaction graph. My logit regression code i…
Replicating fitted values graph Hi all, I am hoping to replicate a graph from this paper in Political Analysis. The graph, attach…
Creating a Dummy variable for every first duplicate observation (using -Duplicates Drop- without deleting duplicate observations)Hey all, I was wondering if there is a formula to create a dummy variable for the first observatio…
Diff-in-Diff with multiple treatment periods and treatment magnitudes?I have a question regarding how to run a generalized diff-in-diff with treatments that are implement…
Replacing a variable in a longitudinal dataset based on a criteriaDear Statalist users, I have a longitudinal file in the long format. Please see a part of the varia…
Subscribe to:
Post Comments (Atom)
0 Response to Test endogenity of instruments
Post a Comment