On Tue, 8 Sep 2009, Mike Pfeiff wrote:
I know you can compact a dataset, but is there a way to compact a
single
variable?
No, that wouldn't make sense: you can't have a gretl dataset in
which variables of differing frequencies coexist. But of course
you can do:
store singlevar.gdt x
open singlevar.gdt
dataset compact <params>
store singlevar.gdt x
then reopen singlevar.gdt to get the compacted version of x.
Allin Cottrell