When I run:
I get:
and then Stata locks up, I terminated it after ten minutes. I've also tried xtfe as specification. My data set is not that large and other regressions/commands finish instantly. My panel data is set up using:
Any idea how I should approach/investigate this in order to find a solution?
Code:
resetxt esg totmktval, id(id) it(date) model(xtbe)
Code:
============================================================================== * Between-Effects Panel Data Regression
Code:
xtset id date
Comment