Hi,
I am running a linear probability model. My dependent variable is an indicator variable indicating whether a firm is a high-growth firm or not and I am including an interaction term between (time-variant) R&D_status and (Time-invariant) Technology_intensity amongst the RHS variables. Basically, my regression equation is the following:
xtreg highgrowth_status i.Technology_intensity i.Technology_intensity#L3.R&D_statusI L3.l_n1 i.year, fe cluster(co_code)
When I do so, 1.Technology_intensity also gets omitted because of collinearity. While the coefficient of Technology_intensity=0 & L3.R&D_statusI=1 is (-.004), that of Technology_intensity=1 & L3.R&D_statusI=1 is (0.076). Could you please help me in interpreting these two coefficients? Should I interpret the coefficient of the latter relative to that of the former category?
Thank You.
Comment