Hi friends
I am new to the use of STATA and Instrumental variables (IV) and using STATA 14.2
I am looking at the impact of introduction of Value Added Tax (VAT) in government tax share in developing countries (so its a panel data set covering period 1980-2015). And using a dummy variable to represent the before and after VAT introduction with a set of control variables. At the first stage I am using an OLS regression using areg command as follows
areg tax share VAT dummy control variables year, absorb (country code)
my first question is does the above command control for country fixed effects ?
Since results of this shows possible endogeneity problem caused by reverse causality I am using an IV which is the number of neighboring countries with VAT to represent the VAT dummy with the following command.
ivregress 2sls tax share (VAT dummy = VAT neighbour) control variables, first
In this case, my second question is in ivregess how can I control for country and year fixed effects. IF I cannot do that what other options available.
Thanks in advance
Harsha
Related Posts with ivregress and country fixed effects
How to save the "drift" parameter of a Dickey-Fuller unit-root test (dfuller)?I would like to save the "drift" parameter of a Dickey-Fuller unit-root test, in order to export it …
How to merge different Excel File.Hello Sir, I have 4 separate -excel files required to merge in one excel file. This is the longitud…
Autocorrelation (ac and pac)I'm using the autocorrelation command ac and the partial autocorrelation command pac. I'm running th…
How do I reshape my dataset with three identifiers (time, location, and index) when it's already wide?Hello Statalists, This is an air quality panel data and it looks like this: Array The variable names…
xtabond2: two way clustering-dynamic panelHello all. For my master thesis I am trying analyse what are the determinants of Non Performing Loan…
Subscribe to:
Post Comments (Atom)
0 Response to ivregress and country fixed effects
Post a Comment