On Sat, 30 Jul 2011, Sven Schreiber wrote:
Am 30.07.2011 17:10, schrieb Allin Cottrell:
> On Fri, 29 Jul 2011, Sven Schreiber wrote:
>
>> does the
>>
>> var ... --lagselect
>>
>> command variant actually save anything that can be accessed in a script?
>
> Good question. Now it does, in CVS. The table of AIC, BIC and
> HQC is now available as a matrix via $test after using the
> --lagselect option with the var command.
Thanks, that's quite useful!
So if I understand correctly the rows of that matrix refer to lag orders
1 through the order given in the 'var' command, and the columns are AIC,
BIC, HQC, as in the printout.
Yes, as in the printout.
Allin