已经平衡面板数据了。对自变量RDC和RDP去中心化处理,如下:
. center RDC,prefix(c)
(generated variables: cRDC)
当期可以
.center L.RDP L2.RDP,prefix(c)
factor-variable and time-series operators not allowed
r(101);
. center L.RDC,prefix(c)
factor-variable and time-series operators not allowed
r(101);
滞后一、二期的就不行了,是怎么回事??求大佬指点,该怎么解决!!