今天看到一篇文章,用的数据是14个制药公司7年的数据,作者完全可以用panel,但是却用了“time-series cross sectional regression”, 用了SAS中的TSCS REG来做的。
在网上查到两者的区别,说:
Pooled cross section: one way fixed effects or random effects (only time) or just pooled OLS.
Panel data: two (or one) way fixed effects/random effects (either time or individual or both) or pooled OLS.
那为什么这里作者明明可以用panel,却用了pooled cross section呢?
感激不尽。