Am 27.04.19 um 17:08 schrieb Sven Schreiber:
Am 27.04.2019 um 13:03 schrieb Artur Tarassow:
> I still face this issue. Any idea or comment on this?
> Am 24.04.19 um 19:32 schrieb Artur Tarassow:
>> eval $t2 # T=65
>> smpl 1974:2 1974:3
>> smpl full
>> eval $t2 # T=55
>> end function
>> Is this is really intended? If yo, why?
Looks like a bug to me. But have you tried anything else than $t2 to
verify the length?
To me as well.
Actually, running $tmax yields 55 obs. while $t2 returns 65:
<hansl>
eval $t2 # T=55
dataset addobs 10
eval $t2 # T=65
eval $tmax # T=55
</hansl>
Artur