Object Reference : Object View and Procedure Reference : Alpha
  
 
dups
Duplicate observations display for observations in the series.
Syntax
series_name.dups(opts)
By default, EViews displays a summary table showing the number of duplicate groups of a given size, but you may use the options to display an alternative view.
Of particular note is that the spreadsheet and individual duplicates displays are interactive - clicking on rows in one will open the display to show the other. Thus, clicking on a duplicate in the spreadsheet view will jump to show all of the observations that share that duplicate. Similarly, clicking on an observation in the shared individual duplicates view will jump to the corresponding observation in the full spreadsheet.
Options
 
graph
Display observation graph showing duplicates.
sheet
Display spreadsheet view of duplicates.
individ
Display first individual duplicates.
Examples
alpha1.dups
displays the duplicates summary for the alpha series ALPHA1.
alpha1.dups(sheet)
displays a spreadsheet showing highlighted duplicates.
Cross-references