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?
Why F-test is missing? Could you please help!Hi, I run some regressions, but the F-test is missing. I read some previous posts related to this i…
Creating a variable containing number of decimal points of another variable's valuesHi, I have a variable measuring speed. The values are double and vary in the number of decimal point…
Multiple Regression analysis: Explanatory Variable as percentageIn STATA when I do a regression analysis and the y variable is expressed in a percentage, I normally…
Instrumental Variable HelpHi, I'm having trouble with a new instrumental variable. So I'm trying to find some causality, betw…
Code that picks up sudden spikes in prices Code: * Example generated by -dataex-. To install: ssc install dataex clear input double op …
Subscribe to:
Post Comments (Atom)
0 Response to What we should do when one variable may collinear with fixed effect?
Post a Comment