Good morning to the community.
I've read a lot of books and I've seen a lot of videos on panel data but I have still many misunderstandings concerning the elaboration of the panel data regression.
My panel data is:
N = 1320
T = 11 (from 2010 to 2020)
K = 7
I uploaded the do-file editor "Command2.do", the excel file with dataset "File2.xlsx" and the Stata document "File2.dta".
I show you below the formula I've written but I'm not sure it's good to run a panel data regression.
Array
I would like to know what is the perfect Stata regression to put in the command Stata?
- Do I need to write only the idiosynchratic error term mu_it? (or I need to add the individual-specific effect epsilon_i)?
- Do I need to write all the dummy variable from theta_1 d10_t to theta_11 d20_t?
- Do I need to write the intercept theta naught theta_0?
- Where is located the regression coefficient in the formula?
Thank you for your answer.
Related Posts with How to write correctly the panel data regression in the command Stata?
How to Distinctively Remove the Observations with Specific Missing Value Patterns in Stata?Hello, I have a small dataset as follows, clear input byte (id gr) 1 1 1 2 1 2 1 . 1 . 1 . 2 1 2 2 2…
Create Percent table Hi! I am quite new in the world of STATA. I am currently looking for a way, perhaps a code in the b…
Merge if variable name is similarDear Stata users, I am trying to merge two datasets which are firm-level panel data (master) and N…
[Q] NRI package for survival analysisHi everyone 👋 There are packages in STATA for net reclassification improvement (NRI) but they do n…
How to Correctly Create a Variable to Indicate if a student Failed Grade in Stata?Hello, I have a small dataset as follows, id is student id, and gr represents grade. If a student fa…
Subscribe to:
Post Comments (Atom)
0 Response to How to write correctly the panel data regression in the command Stata?
Post a Comment