Hi everyone,
I am currently working with a country-year panel dataset where N > T. I am a bit confused about the research and running the model. I'm not good at it.
Specifically:

I am currently working with a country-year panel dataset where N > T. I am a bit confused about the research and running the model. I'm not good at it.
Specifically:
- Pooled OLS: If I run a Pooled OLS regression (reg in Stata) and manually include dummy variables for both country and year (Time and Country Fixed Effects), is this still considered "Pooled OLS"? My command is: reg y x1 x2 country year
- xtreg, fe vs. reg with dummies: So what if I use the fixed effects command with year dummies (e.g., xtreg y x1 x2 year, fe)
- Additionally, I have come across a paper that used 'Pooled OLS with Fixed Effects'. In their regression tables, they show that both country and year fixed effects are included.
This leads to my confusion: If a model includes both entity and time dummies, isn't it technically a FE model (specifically a Two-Way Fixed Effects (TWFE) estimator)?

Comment