Georgios:
so you would probably be better off with switching to OLS.
so you would probably be better off with switching to OLS.
xtgls INC GDP matsize too small - should be at least 328173 r(908);
et memory 20m
set memory ignored.
Memory no longer needs to be set in modern Statas; memory adjustments are performed on the fly automatically.
pwcorr INC L(1/3).INC
| INC L.INC L2.INC L3.INC
-------------+------------------------------------
INC | 1.0000
L.INC | . .
L2.INC | . . .
L3.INC | . . . .
pwcorr lag1 lag2 lag3 | lag1 lag2 lag3 -------------+--------------------------- lag1 | 1.0000 lag2 | . 1.0000 lag3 | . . 1.0000 ]
. pwcorr ID lag1 lag2 lag3
| ID lag1 lag2 lag3
-------------+------------------------------------
ID | 1.0000
lag1 | -0.0084 1.0000
lag2 | -0.0179 . 1.0000
lag3 | -0.0570 . . 1.0000
Comment