On Mon, 16 Dec 2013, Riccardo (Jack) Lucchetti wrote:
On Mon, 16 Dec 2013, artur.bala.tn wrote:
> Dear,
> It seems there's a problem with the decimal point in gretl's french
> version.
Fixed now in CVS. Tested via the following simple variation on your original
script:
<hansl>
nulldata 256
set seed 1234
series x = normal()
series y = round(normal()*2)/2
discrete y
summary x --by=y
</hansl>
Allin, could you please check the fix is ok?
The fix looks fine to me.
Allin