Dear all,
just by chance I've found a bug (at least realized using 4-day old git
on ubuntu). When adding a lagged intercept to the ordered probit model,
gretl gets captured in infinite computation (I would call this a 'crash'):
<hansl>
open ooballot -q
smpl Status > 0 --restrict
# works
probit Vote 0 CPI
# crashes (infinite computation)
series const_1 = const(-1)
probit Vote 0 const_1 CPI
</hansl>
Best,
Artur