Hello,
I have some panel data with the following variables:
ID=1,2,3,...
Year: 2010-2020
ROA: ratio from -2 to 1
GEAR: ratio from 0 to 8
OWN: dummy variable showing if ownership is foreign or domestic with the values 0 and 1
other control variables.
I define panel as: xtset ID YEAR, yearly.
When I run: xtreg ROA GEAR SIZE AGE ib0.OWN, fe vce (robust)
it omits OWN. When I do a correlation matrix or regress OWN with other variables there is no correlation and R2 is nowhere near 1.
Why does Stata exclude my dummy variable and how else can I incorporate the effect of foreign ownership on my results?
Any help is appreciated!
I have some panel data with the following variables:
ID=1,2,3,...
Year: 2010-2020
ROA: ratio from -2 to 1
GEAR: ratio from 0 to 8
OWN: dummy variable showing if ownership is foreign or domestic with the values 0 and 1
other control variables.
I define panel as: xtset ID YEAR, yearly.
When I run: xtreg ROA GEAR SIZE AGE ib0.OWN, fe vce (robust)
it omits OWN. When I do a correlation matrix or regress OWN with other variables there is no correlation and R2 is nowhere near 1.
Why does Stata exclude my dummy variable and how else can I incorporate the effect of foreign ownership on my results?
Any help is appreciated!
Comment