Code: Select all
svector(157) svecdates
matrix(157,4) coefs
matrix(157,4) tstat
equation eq
for !i=1 to 157
equation eq.breakls(maxbreaks=1) y{!i} c x{!i}
for !j=1 to eq.@ncoefs
coefs(!i,!j)= eq.@coefs(!j) tstat(!i,!j)=eq.@tstats(!j)
svecdates({!i})=eq.@breaks
next
next
show svecdates
show coefs
show tstat
