Epi Info™ User Guide

Classic Analysis


How to Display Statistics and Records

Use the LIST Command

The LIST command creates a line listing of the current dataset. Select specific variables from the Variables drop-down to narrow the list or select * (the Wild Card) to display all the variables. Check the All (*) Except box and select from the Variables drop-down to exclude variables from the list.

To navigate LIST * GRIDTABLE results, use the Tab key to move forward one cell at a time and the Shift+Tab keys to move back one cell at a time. Navigate through the records and cells using the left, right, up, and down arrow keys.

SYNTAX

LIST {* EXCEPT} [<variable(s)>] LIST {* EXCEPT} [<variable(s)>] {GRIDTABLE}
  1. From the Classic Analysis Command Tree, use the READ command to open a PRJ project file.
  2. From the Classic Analysis Command Tree, click Statistics > List. The LIST dialog box opens.

    Figure 9.27: List Dialog Box

     

  3. Click OK to accept the default settings. The variables in the dataset appear in a grid table inside the Output Window.
    • Grid output is not embedded. An Output file is not created.
Top