I'm finishing up my bachelor's thesis but I'm running into one last issue. I do not understand how to properly note down my regression in a form that is accepteble for my thesis. With this I mean transforming my stata code into a regression. An example of someone elses regression: ππ·π π,π‘ = π1 + π2π΄π π ππ‘π π,π‘β1 + π3πΈπ΅πΌππ,π‘β1 + π4πππΈπ,π‘β1 + π5π·ππππ,π‘β1 + π6π/π΅π,π‘β1 + π7π &π·π,π‘β1 + π·π’πππππ + ππ,π‘
My dependent variable is MDR with independent variable being a regression dummy. I've vectored my control variables under $control, with the control variables being size, profitability, growth opportunities, asset tangibility, investment.
I've run 2 different regressions so I'm assuming I will also need 2 different models. My data set is a panel data set using the fixed effects model. One is correcting for heteroskedasticity and one is not. They are as follows:
Code:
xtreg MDR i.recession $control , fe
Code:
xtreg MDR i.recession $control , fe vce(robust)
Any advice is welcome and appreciated.
Thanks in advance,
Jesse
0 Response to How to properly note down my regression?
Post a Comment