Dear all,
this small gretl code defintely used to work in the past. However, it
produces an error with todays current git version on Ubuntu:
"isnan: argument should be scalar, is matrix
Data types not conformable for operation"
The manual states that the argument can be either scalar or matrix
<hansl>
matrix A = {0,1}
A = isnan(A) ? 0 : A
A
</hansl>
Best,
Artur