bug? evaluation of series expression
Posted: Sat May 21, 2011 7:21 pm
EV version: EViews7Patch_051111.exe
the 4th line error: "size do not match in matrix function", but it is a series expression.
Code: Select all
wfcreate u 4
genr x = @obsid
genr y = 5
'c(1) = @sum(x*y) 'error
genr z = x*y
c(2) = @sum(z) 'work