On Tue, 2 Feb 2016, Allin Cottrell wrote:
On Tue, 2 Feb 2016, Henrique Andrade wrote:
>
> Input (2):
> setobs 6 1:1 --stacked-time-series
> series ano = 2015
> genr markers = "%d:%02d", ano, time
>
> Output (2):
> preco
> 2015: 01
> 01
> 0 0
> 2015:02 24300
> 2015:03 0
> 2015:04 0
> 2015:05 43492
> 2015:06 375277
(Weirdly broken first observation marker when the "time" variable did
not exist prior to "genr markers".)
This is now fixed in git and snapshots.
Allin