After running this simple regression, i would like to store the coefficients of those AR that are significant.
Here is the code:
Code: Select all
for !p = 1 to 6
if !p = 1 then
%ar = "ar(1)"
else
%ar = %ar + "ar(" + @str(!p) + ")"
endif
equation eq{%name}_ar{!p}.ls {%name} c {%ar}
next
This is not the first time you help me, thank you very much for your support!!
