On Fri, 20 Jul 2012, Henrique Andrade wrote:
When we define the data structure as a time series via script we
cannot see the date correctly. Please take a look at the picture
attached.
What command did you use to set time-series information on the
dataset? And what did the data look like beforehand? The following
works OK here:
<hansl>
nulldata 102
series x = normal()
open baddates.csv
setobs 1 1940 --time-series
</hansl>
Allin Cottrell