Code: Select all
!error=0
for %s {%series}
'If all observations are identical in the two series (irrespective of whether those identical observations are missing or not)
if {%s}<>_{%s} then
!error=1
endif
nextModerators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
!error=0
for %s {%series}
'If all observations are identical in the two series (irrespective of whether those identical observations are missing or not)
if {%s}<>_{%s} then
!error=1
endif
nextCode: Select all
...
series comp = @eqna(y1,y2)
if @min(comp)=0 then
!error = 1
endif
...Users browsing this forum: No registered users and 2 guests