Giorgio:
1) I fail to get the rationale behind switching between the two estimators conditional on N and T;
2) you can rely on the -group- function available from -egen- and create an hybrid:
Despite technically feasible, its coefficient is difficult to read;
3) Time-varying ciefficient are determined by -fe- and -re- estimators. No issue here, as far as I can get your question.
1) I fail to get the rationale behind switching between the two estimators conditional on N and T;
2) you can rely on the -group- function available from -egen- and create an hybrid:
Code:
egen wanted=group(panelid timevar)
3) Time-varying ciefficient are determined by -fe- and -re- estimators. No issue here, as far as I can get your question.
Comment