display coefficient matrix of VAR
Posted: Thu Jul 23, 2015 1:27 pm
Target: only display coefficient matrix of VAR estimation without other statistics and save it as a matrix by using Eviews 8
I find a syntax @coefmat
but when I run the code as follow,
var var_market.ls(noconst) 1 5 tbm_market te_market tr_market ein
matrix coef_market=@coefmat(var_market)
Error message says
@coefmat is an illegal or reserved name
Would you please tell me how to correct the error? Thanks
I find a syntax @coefmat
but when I run the code as follow,
var var_market.ls(noconst) 1 5 tbm_market te_market tr_market ein
matrix coef_market=@coefmat(var_market)
Error message says
@coefmat is an illegal or reserved name
Would you please tell me how to correct the error? Thanks