Hello!
I've noticed, that when I open any data file and apply sample
restriction, based on criteria, gretl crashes. For example:
open banks91
smpl obs!=5 --restrict
Interesting, that this works:
open banks91
smpl 100 --random
smpl obs!=5 --replace --restrict
Alexander Gedranovich