Statalist forum,
I am trying to do 4 regression models with fixed effects. However, when I run the regressions, I get omitted values. The first regression is between my dependent and independent variable. The second is between the dependent variable and control variables. Third between dependent variable and dummy variables. The fourth is between all the variables. I have looked into many statalist topics, but I cannot seem to find the answer.
My data consists of 536 observations, with 14 variables.
My code:
xtset OFTICid Year
xtreg Avg_r CMR, fe
eststo model1
xtreg Avg_r CMR LEV Beta LTG MB, fe
eststo model2
xtreg Avg_r CMR EXCH_dummy US_dummy FIL_dummy, fe
eststo model3
xi: xtreg Avg_r CMR LEV Beta LTG MB EXCH_dummy US_dummy FIL_dummy, fe
eststo model4
In the attached files are my dataset and code.
Best regards
Related Posts with Omitted values while doing regression with fixed effects
Help ppmlHi, I have been trying to use the ppml command using Stata 15 but I always have the same error: --…
multiple imputationDear All, I have a question concerning the use multiply-imputed data. i want to d some descriptive s…
Overlaying survival curve graphs: Time to secondary infection then time to tertiary infectionhi i have survival data where we are looking at patients and time to secondary infection and the sub…
Handling weekly dataHello statalist members, with reference to my last post on https://www.statalist.org/forums/for...gr…
Group Variables by Percentile and RegressI am trying to group a set of x variables by 10th percentiles, and then I have 11 numbers for the pe…
Subscribe to:
Post Comments (Atom)
0 Response to Omitted values while doing regression with fixed effects
Post a Comment