On Wed, 26 Nov 2014, Sven Schreiber wrote:
Hi,
I was trying to build a habit of using 'eval', and ran into this crash:
<crashing-code>
open denmark
ols IBO const IDE
eval $coeff[IDE]
</crashing-code>
Could well be a syntax mistake there, but of course that's not the point...
There is a syntax error: when retrieving a $coeff element by name of
the regressor rather than by an index value the correct syntax is,
for example,
$coeff(IDE)
using () rather than [].
However, as you say gretl shouldn't crash regardless. That's now
fixed in CVS.
Allin