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?
area specific linear time trendI have 2012-2018(Aug) monthly data, there are 80 (6*12+8) time periods. 52 areas in the data set I …
How to use OLS to estimate a rough ATE (Average Treatment Effect)?Hi, I am using traditional NSW(National Supported Work Demonstration) dataset to do couple of match…
-xtdpdml-, -xtabond- or -cmp-?Hi All: I want to investigate the causality relationship between work and health. My model is like …
how to investigate whether the values of a variable in a group are the sameI have an unbalanced panel data about mutual funds. The variables are listed below: yrm: the date va…
Using (nested) loops to conditionally sumHello, thank you in advance for any advice you are able to provide me with. I am a rather novice whe…
Subscribe to:
Post Comments (Atom)
0 Response to What we should do when one variable may collinear with fixed effect?
Post a Comment