Am 28.01.2019 um 00:20 schrieb Allin Cottrell:
On Sun, 27 Jan 2019, Sven Schreiber wrote:
> open denmark
> eval (LRY .< 10) * IBO
Your first formulation is apperently confusing gretl by employing a
dot-operator (".<"). Such operators are explicitly intended for matrices
only, though a degree of slop is tolerated in some contexts. If you do
open denmark
eval (LRY < 10) * IBO
you get the expected answer without complaint.
Ah OK, thanks. Personally I would perhaps favor less tolerance because
that would render things clearer and more understandable, but maybe
that's just me.
(Meaning that series s = (LRY .< 10) would also give an error.)
cheers,
sven