Dear Statalist,
I have a panel dataset of 10,000 households * 3 years. And based on the two-way fixed effect model, i try to identify the casual relationship between y and two endogenous independent variable (x1 and x2). i have 2 instruments, iv1 and iv2:
Code:
ivxtreg2 y (x1 x2 = iv1 iv2) i.year, fe cluster(city)
Here comes the question, is there any difference in endogeneity test with two endogeneous variables, when compared to one endogenous variable?
Do i need to do some extra test, i.e., what kind of statistics should i report in the tables of my paper to illustrate the endogeneity of x1 and x2?
Best,
Leo
Related Posts with Is there any difference in endogeneity test when i have two endogeneous variables?
Accessing only significant values of coefficientsHi Statalister, i am runnig a simple regression as the following: Code: eststo: xtreg y recalls_n…
How to create dummy variables from two variables?Hi, I am trying to study intergenerational mobility in India by using the Indian Human Development …
Merge variables do not uniquely identify observations in the using dataDear Statalist users, I tried to merge two panel datasets with the following command: Code: merge …
Normality testing in binary variables (0/1)Hello I would like to know what would be the appropriate test/method to check the normality of a bin…
generating multiple variables using multiple combinations of different variablesHi all, I have two sets of variables "within5km within10km within20km" and "less2plus 7 less2plus14 …
Subscribe to:
Post Comments (Atom)
0 Response to Is there any difference in endogeneity test when i have two endogeneous variables?
Post a Comment