Page 1 of 1

VAR results

Posted: Wed Nov 27, 2013 3:11 am
by Kouvas
Hello there

I am trying to estimate a var with 4 equations and I want to write the coefficients, the associated t-stats as well as the r square of each equation in a matrix. For that reason should I use the following notation var_name.c(i,j) (where i is the var equation and j is the associated coefficient for j variable) in order to take the coeficient values? Is there a similar way to write the associated t-stats? Thank you in advance.

Koubas

Re: VAR results

Posted: Wed Nov 27, 2013 6:35 am
by trubador
I am not sure if there is one, but the following should work: @ediv(var_name.@coefmat,var_name.@coefse)(i,j)

Re: VAR results

Posted: Wed Nov 27, 2013 2:57 pm
by Kouvas
Thanks a lot trubador!