Hi,
I am not sure the following is as intended:
<hansl>
clear
set verbose off
nulldata 10
setobs 1 1 --time-series
series y = seq(1,10)
series fnaive = y(-1)
</hansl>
The series "fnaive" appears as a separate series but as a "child" of y
(as would all leads/ lags of y automatically named y* or y_*) rather
than a separate entry at the highest level in the main window. I thought
that only leads/lags of "y" would be shown as "child" series.
This happens when using latest git.
Artur