multiple estimation
Posted: Fri Feb 20, 2015 5:35 am
Hello, i trying to run all the possible regressions, for this i run the code:
But im having a problem with the name of regression, when the name repeat and the program crush.
anyone can help me with this
Best regards
CA
Code: Select all
for !i=1 to xi.@count-1
%iname = xi.@seriesname(!i)
for !j=!i+1 to xi.@count
%jname = xi.@seriesname(!j)
for !f=1 to xf.@count
%fname = xf.@seriesname(!f)
equation eq{%fname }{%jname}{%iname}.ls {%fname } c {%jname} {%iname}
next
next
next
anyone can help me with this
Best regards
CA