When I generate a dummy variable called US_value which received the value of 1 if this firm is in US and 0 otherwise
gen US_value=0
replace US_value=1 if GEOGN=="UNITEDS"
However, when I run the regression, this variable colinear with fixed effect, what should I do with this US_value variable?
reghdfe wTOT_ASS_TUR pt US_value, a(TYPE2 yr)
Array
Related Posts with What we should do when one variable may collinear with fixed effect?
Question about comparing the results of OLS regression and Poisson regressionDear all, I have a rather basic question and apologize in advance because of it. I am using a pane…
split (Chinese) addressDear All, I have this data on addresses (x variable): Code: * Example generated by -dataex-. To ins…
Dropping observationsHi I am working on a data of transplant patients and some of the patients have multiple transplants …
Merging Two VariablesHello, I am lost and could need some help! I have one variable, lets call it X, which includes livi…
dynamic panel threshold model and endogeneityDear all, i hope you are doing good you and your families i'm working on my paper and i will be ap…
Subscribe to:
Post Comments (Atom)
0 Response to What we should do when one variable may collinear with fixed effect?
Post a Comment