Using latest snapshot, Calling min() and max() with no dataset in place returns the error:
<error> ? eval min(m) No dataset is in place Terminated on error </error> Simply execute the following: <hansl> matrix m = seq(1,4) # both fail eval min(m) eval max(m) # works eval maxc(m) eval maxr(m) </>This must be due to a recent change, as I just ran a script which worked before.
Best Artur
_______________________________________________ Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it Website: https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/