Page 1 of 1

@ifirst error message

Posted: Mon Sep 26, 2016 2:50 am
by nupogodi
Why is the @first command working but @ifirst gives an error message. The output is a scalar...

series a = nrnd
series f1 = @first(a)
series f2 = @first(@trend)

series f3 = @ifirst(a)
scalar f4 =@ifirst(@trend)

Re: @ifirst error message

Posted: Mon Sep 26, 2016 7:54 am
by EViews Gareth
@ifirst can only be stored into a scalar object.