Central module : statistics in ABCD

Content

  1. Central module : statistics in ABCD

The Statistics module can be invoked from either the main Administration menu or from the cataloging toolbar’s option :

The main Statistics screen offers three functions :

  1. Use an existing table
  2. Create a new table
  3. Generate output

a. Use an existing table

Existing tables will be listed in the options list by their row/column criteria. In the ABCD demo version one table has been pre-defined : a ‘classification code by publication date’ table.

Note: The list of available tables is taken from a text-file ‘tabs.cfg’ in the /bases/{dbname]/def/[language]/ folder. This file contains, for each pre-defined table, three values separated by the ‘|’ character :

  • the name as displayed in the menu of tables (which for clarity could be a mentioning of both criteria)
  • the field for the rows
  • the field for the columns

e.g.

Classification number / Date of publication|Classification LC|Publication Date

After selection of the table one simply has to continue by using the ‘Generate output’ option, see below.

b. Create a new table

A table has to be defined by identifying which values (as contained in an ISIS database field) will be used in the horizontal (rows) direction and which ones in the vertical (columns) direction. ABCD will display a list of available criteria (or fields) to select from for both rows and columns.

Note: The list with available fields or criteria is taken from the text-file ‘stat.cfg’ in the folder /bases/ [dbname]/def/[language, which contains on each line one criterion, specified as a field name and a PFT to exactly define how the values should be extracted from the field. The MARC database demo example is :

Classification LC|v50^a
Date of publication|if val(v260^c)<2000 then '1900-2000' else F(val(v260^c),1,0) fi

in which the second line illustrates how it can be more than just a simple field value statement by using conditions etc.

Once both the ‘Rows’ and ‘Column’ criteria have been defined, the table can be used to generate output as explained below.

c. Generate output

Generation of output in ABCD involves 2 stages : creating the table with the values and - if so desired - creating graphical output charts or exporting the table to other external document formats (e.g. worksheet for spreadsheet software which offers mostly more advanced/detailed graphical output possibilities).

Before creating the output one has to define the range of MFN’s (ISIS records) to be used or a ‘query’ statement to apply the statistics only on a certain sub-set of the database. In the ‘search’ (or query) box one can use the ISIS Query Language with any accepted statement.

In the first stage it is a matter to actually create the table with all the values in the cells combining both row- and column criteria (e.g. the documents published at a certain publication date belonging to a given

LC classification code). Be careful to not calculate tables with individual extended range values (e.g. all years or all LC-codes), but rather use the Formatting Language to combine values into classes, as these make probably much more sense in your statistical report. The example above gives some hints on how to obtain such classes by using a condition on the value of a date, so the user can derive more classes from this basic example.

In this sense the following excerpt of a table gives a BAD example, as cell values are mostly if not always ‘1’ due to too-detailed row- and column- criteria :

The output options given by ABCD are the following :

  • Output to a worksheet will transfer the table to a Spreadsheet for further processing
  • Output to a document will transfer the table to a Word Processor document for further processing - this could be practical to include results into your annual report document etc..
  • Output to printer allows direct printing of the table using the printer(s) available to your Operating System
  • There are 2 graphic outputs provided by ABCD itself :
    • Animated graphic : this is a fancy way of displaying the graphs, mostly suited for attention-tracking presentations (but requiring Flash software to be installed on the computer)
    • Non-animated graphic : displaying the graphs but without the fancy animation.

In both cases several typical graphical output styles (horizontal or vertical bars, lines, three-dimensional bars etc…) are available and should be selected.

If you are not acquainted with such styles, why not just try them and decide for yourself which one presents the message of the statistics in the most clear way ? Remember that conveying a message is the crucial thing here with statistics, not impressing an audience or reader with a jungle of too-much data - as is often the case with statistical tools. Often the simpler the more convincing !

An example output of the graphical output looks like this :