On Thu, 27 Oct 2016, Artur T. wrote:
Dear Allin,
thanks for this. This is a nice very flexible feature.
However, running the "bundle b = $model" command directyl after the
"panel" command yields an endless computation with the terminal's output:
<terminal>
panel_DW_pvalue: size = 1469.92 MB
</hansl>
That's gretl estimating the basic memory requirement for computing
the Durbin-Watson p-value.
This happens in the panel program I sent you two days ago. There the
panel command is executed within a bundle called "BOUT".
The strange thing is that this issue does not happen for
<hansl
open /home/at/.gretl/data/POE4/grunfeld11.gdt --quiet
panel inv const v k --fixed-effects
bundle b = $model
</hansl>
Thanks, Artur. OK, there's no call to include the Durbin-Watson
p-value in a $model bundle unless it has already been successfully
computed. (In some cases this may require a monstrous amount of
memory and computation). In the grunfeld case, computing the D-W
p-value was trivial, so it went by without creating any problem.
This is fixed in git and snapshots.
Allin