On Tue, Jun 17, 2025 at 1:31 PM Riccardo (Jack) Lucchetti
<p002264(a)staff.univpm.it> wrote:
On 17/06/25 08:18, Sven Schreiber wrote:
>
> # plain monthly time series for comparison
> open hamilton
> smpl 1975:1 1980:6 # works with single-digit month numbers
>
> # artificial monthly panel
> T = 24
> N = 10
> TN = T*N
> pd = 12
> nulldata TN --preserve
> setobs T 1:1 --stacked-time
> setobs pd 2000:1 --panel-time
>
> smpl 2000:02 2001:01 --time # works with double-digit month numbers
> smpl full
>
> smpl 2000:3 2001:5 --time # fails with single-digit month numbers
It should be now fixed in git. @Allin: please check!
Looks good, thanks!
Allin