Well I run script without "--Progressive" option. Unfortunately, it dropped my second variable (ECT1) because it contains only 0-s. However, I need both in the equation ECT1 and ECT2. Do you have any solution?
Current session: 2015-05-18 15:13
? T=$nobs
Replaced scalar T = 94
? loop i=1..T --quiet
> genr ECT1 = ECT*(time <= i)
> genr ECT2 = ECT-ECT1
> ols D_ARM ECT1 ECT2 D_FRN1 D_ARM1
> genr LF = $lnl
> store "C:\Users\Svanidze\Desktop\LF.gdt" LF
> endloop
Model 767: OLS, using observations 2006:12-2014:08 (T = 93)
Dependent variable: D_ARM
Omitted because all values were zero: ECT1
coefficient std. error t-ratio p-value
--------------------------------------------------------
ECT2 −0.281632 0.0562133 −5.010 2.70e-06 ***
D_FRN1 −0.0226867 0.103735 −0.2187 0.8274
D_ARM1 0.131557 0.0901396 1.459 0.1479
******************** I skip the rest **********************************************