On Tue, 26 Oct 2021, Allin Cottrell wrote:
On Tue, 26 Oct 2021, Artur T. wrote:
> I found some edge cases for which the current behavior may be discussed:
Thanks for this.
The "end" keyword is not implemented for series. Seems to
me it's
arguably both redundant and ambiguous: it could mean $t2 or I
suppose $tmax or $nobs. However, the output when "end" is given
for a series is clearly messy and needs fixing.
The output in that case is now more coherent in current git.
Also fixed is the case that Jack cited recently, where (e.g.) for v
a vector,
eval v[-end]
failed to do what one might expect, namely (if v has one or more
elements) give a vector with the last element of v removed.
Allin