Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: Vargranger


From   Nick Cox <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: Vargranger
Date   Mon, 8 Jul 2013 10:48:21 +0100

It is a good idea to read the help when using any command.

http://www.stata.com/help.cgi?vargranger documents that -vargranger-
leaves r-class results in its wake. After running -vargranger-

mat results = r(gstats)

will copy the set of statistics to a matrix, after which you can
display or use one or more elements as desired, e.g.

di results[1,1]

Nick
[email protected]

On 8 July 2013 10:04, Ioannis Bournakis <[email protected]> wrote:

> I estimate a VAR model for a panel of countries and after the var command, I perform a granger causality test using the vargranger command.
> My question is how to save the chi-square value of the vargranger command. When I type ereturn list, it gives me all the information associated with the var  estimation but not the chi2 value for vargranger.
>
> I want to save the results from vargranger and then report them in a table.
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index