On Tue, 1 Jul 2008, Gordon Hughes wrote:
I have come across slightly strange and inconsistent behaviour
in gretl. It is generated by the following script commands for
a dataset that has been declared as a panel
series panel_unit=$unit
genr unitdum
list dlist = du_*
matrix dunit={dlist}
...
When I run this as a script it fails at the "matrix
dunit={dlist}" because all of the dummy variables are missing or
rather "NA" even though panel_unit has created correctly.
Hmm, this works correctly for me if I run it on, say, the
greene14_1 panel dataset; and also on a artificial panel dataset:
nulldata 50
setobs 5 1:01 --stacked-time-series
Is there anything "complicated" about the context in which you're
running those commands?
Allin.