Am 05.02.2019 um 12:51 schrieb Paolo Chirico:
Dears,
I would like to create a series in a bundle and the series lenght to be
consistent with the set range of the sample defined by smpl command.
At the moment the series lengh remains the full sample!
On the other hand, in gig.package it is possible to have bundle serie (h
series) with lengh different from the full sample.
Hope you can help me!
Hi,
not sure if I understand, because the following works as expected:
<hansl>
nulldata 10
series x = normal()
bundle b = null
series b.s = x
smpl 1 5
series check = b.s
eval nobs(check)
eval nobs(b.s)
</hansl>
cheers,
sven