i had a trouble for combining matrix, i have this program :
Code: Select all
load "D:\exp_matrix.xls"
for %var rand1 rand2
%dep = %var
equation eq_{%dep}.arch(1,1) {%dep} c ar(1) ar(2) ma(1)
!rsqadj = eq_{%dep}.@rbar2
!aic = eq_{%dep}.@aic
!sc = eq_{%dep}.@schwarz
matrix (1,3) crits_eq_{%dep}
crits_eq_{%dep} (1,1) = !rsqadj
crits_eq_{%dep} (1,2) = !aic
crits_eq_{%dep} (1,3) = !sc
matrix (2,3) crits_eq_all
next
thank you.
