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
Problem with calculating particular percentages of flowsGood morning, first of all these are the first times I am using Stata, so this could be a very eleme…
tab command in Stata 17Hi everybody, just a quick general question: the new Stata 17 modifies the command table, suppressi…
xtivreg2 and interpretation of post estimation resultsHi, I am running an xtivewg2 command using some instrumental variables. I would like to reconfirm m…
why xtile nq(3) only builds two groups, instead of three groups?I would like to build three groups (terciles) by using xtile. However, it turned out that xtile nq(3…
Would using the Wald Chi2 be appropriate to choose between xtprobit and xtlogit results?I've run xtlogit and xtprobit regressions that yield very similar results. Would it be fine if I use…
Subscribe to:
Post Comments (Atom)
0 Response to Omitted values while doing regression with fixed effects
Post a Comment