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
what should we do if after first differences the non-stationary of panel data still remained?hello everyone, I use a panel data and do after running the regression I get the residual and to fol…
Referring to a certain value when generating a new variableHello, I want to refer to a certain value when generating a new variable. My panel dataset looks a…
Request syntax assistance with v17 [table] command to get table of frequency in descending frequency orderI apologize for even asking, assuming there is something very simple I simply cannot find. As [tabl…
IV regressions with interaction termsDear Stata community, I'd like to run an IV regression with interaction terms between the endogenou…
how can concat observation data by IDI have the dataset like this: ID Course 1 MS Word 1 MS Excel 2 Windows 2 DOS I want to change it a…
Subscribe to:
Post Comments (Atom)
0 Response to Omitted values while doing regression with fixed effects
Post a Comment