Good Morning.
I am trying to run a simple descriptive regression on a year-district (1964-2002, ~400 districts) panel:
reg Y Democracy##i.President i.Year i.District
Democracy = 0 if Year is in range 1970-1992,
Democracy = 1 if Year is in range 1964-1969 or 1993-2002
President = President A if Year in range 1964 - 1978
President = President B if Year in range 1979 - 2002
Both regimes go through autocratic and democratic periods, hence the interaction above. Democracy and President vars do not vary across districts (i.e. sample is one country).
Once I add Year FEs the interaction term (Democracy == 1 )*(President== President B) drops out, i.e. Democracy#i.President
It's not obvious to me where the collinearity occurs. Have also tried using areg and xtreg with the same result. Any diagnosis/solutions would be much appreciated.
Related Posts with Stata dropping interacting Time Period Covariates. Can't figure out why.
double-hurdle model not feasibleHi, I'm using a panel double-hurdle model using Code: xtdhreg command. But I get the following err…
Create Twoway Line Graph Forcing Gaps for Missing PeriodsHi all, My data: Code: input float(Datum_n total_unem_bymonth sum_newpositions_bymonth) 723 14824…
Treatment Variation PlotHello Statalist! I was wondering if it would be possible for Stata to plot this kind of variation f…
Create a matrix or data set from current variables in stataHi everyone! I have a dataset with three variables: province_code (11 province codes), newnsector (…
How I find the wrong data?Dear Statalist, I have the note: multiple positive outcomes within groups encountered, followed by c…
Subscribe to:
Post Comments (Atom)
0 Response to Stata dropping interacting Time Period Covariates. Can't figure out why.
Post a Comment