Array Hi,
I am writing a thesis on the effect of higher stringency on Covid-19 mortality in US counties. I am comparing all counties that border each other across state borders, and aiming to understand if there was an effect of stringency. After I have run these regressions, I want to try to understand the causality, as a rise in Array
may cause stringency to increase. To do this I am using political party as my instrument, however I am a bit confused on how to use ivreg2. Below is the code line I wrote, and the output it gave. Just wondering if this is correct, and if it is how do I interpret these results?
ivreg2 WeightedMortality StringencyIndex (Party=Pairs)
This is the regression. The thing I am confused about is which way around Party and Pairs go. If they are this way round then these are the results... Where it says Party has been instrumented.
However if I switch around Pairs and Party (Pairs refers to the pair of counties that border each other over state borders, so Florida Escambia and Alabama Baldwin are pair 1, then the next counties that border are pair 2 and so on).
ivreg2 WeightedMortality StringencyIndex (Pairs=Party)
The results are different and it says Party is an excluded instrument. Which way around is correct? How do I interpret these results?
Many thanks to anyone who is able to help!!
Best wishes
Charles
Related Posts with Ivreg2
Change letter spacingDear all, When plotting a graph, is there an option to change the distance between characters (lett…
Result in binary logistic regression significant but not in multilevel modelDear all, I have run a binary logistic regression analysis (good versus poor health) and my results…
Possible issue with diff in diff regression?Hello, I am trying to do a diff in diff approach where my regression code looks like this Code: …
How to measure firm's industry stock beta?Hi everyone, I am trying to measure firm's industry stock beta following the methodology used in th…
How to get 1, 3, 6 month future returnsHello. I'm currently doing a finance dissertation on the U.S. stock market. I have firm prices, dail…
Subscribe to:
Post Comments (Atom)
0 Response to Ivreg2
Post a Comment