Dear all
It is really a mess, my script does not work at all.
Well, even an elementary operation as such fails :
composite saved
# begin building elasticities matrices
? matrix Eq1=logement.$coeff
Generated matrix Eq1
? matrix Eq1
Invalid declaration
Error executing script: halting
matrix Eq1
The last model saved (named "composite"), i form the matrix Eq1, that is the
vector logement.$coeff of saved coefficients from equation 1.
But it does not print it ! ==> 'invalid declaration' why is it invalid ?
then as i said before i want to extract terms [2:5] and transpose them but it
does not work anymore with the direct formula:
matrix Z[1,]=transp(logement.$coeff[2:5])
etc
cheers
Franck