INTRODUCTION


STATLETS™ is a collection of 100% Pure Java applets for statistical analysis and graphics. This User Manual describes the basic operation of the package and each of the statlets contained within it.

This chapter describes:

Modes of Operation

Basic Data Entry

Built-In Examples

Analyzing Data

Using the Statistical Interpreter

Obtaining Hardcopy Output


Modes of Operation

There are two basic modes of operation for STATLETS:

  1. Menu mode, in which STATLETS runs as a comprehensive package in its own frame window. When loaded, a spreadsheet is displayed into which all data is placed. Each statlet, selected from a pulldown menu, creates a new tab panel. You switch between statlets by selecting Window from the top menu.
  2. Standalone mode, in which each statlet runs independently of the others. Statlets are selected from a task list and run directly in the browser window. The initial panel displayed by each statlet contains one or more edit fields into which data is entered.

Menu mode is normally the most convenient way to operate STATLETS. However, in standalone mode, individual statlets can be imbedded in user-created HTML files if desired.

Back to Top


Basic Data Entry

Menu Mode

In menu mode, the data to be analyzed is typed directly into the cells of a spreadsheet which appears on the initial tab panel:

Each column represents a separate variable, while the rows represent cases. STATLETS recognizes two types of data:

  1. numeric data - valid numbers on a decimal scale
  2. non-numeric data - anything else

You may mix numeric and non-numeric values in the same column. However, if you select a procedure which requires numeric data, anything which is not a valid number is treated as a missing value.

When you select a statlet, a tab panel is displayed listing all columns in your spreadsheet:

You select the columns to be analyzed by clicking on the desired name in the list and then clicking on an arrow to enter that name into the data specification fields. In many cases, you may select to transform the data values by clicking on the spinner which is placed to the right of the input field. Transformations available are:

In the above list, transformations above "(blank)" are frequently used to eliminate negative skewness in a sample. The transformations below "(blank)" are used to eliminate positive skewness.

Standalone Mode

In standalone mode, the initial panel displayed by each statlet contains a small spreadsheet with just enough columns for the required data:

Along the top of each column is a label showing which variable should be placed in each column. The transformation spinners are placed below each column which may be transformed.

Other Options

Data may also be copied into the spreadsheet using your operating system's clipboard. For a detailed discussion of this and other data options, see Chapter 1.

Back to Top


Built-In Examples

Each statlet has a built-in sample data set. The initial panel displayed by the statlet has a button labeled "Example". If you press the button, the sample data will be loaded into the proper columns. You may then press the other tabs to see the type of output which that statlet creates.

Back to Top


Analyzing Data

Once the columns have been selected, press any tab along the top of the statlet panel. Either a table of a graph will be created. Tabular output is placed in a single edit field with scroll bars if necessary:

Graphics output is drawn directly on the tab panels:

You may move between tabs as often as desired. If you return to the input panel (or the spreadsheet) and change the data or variable selections, all other tabs will be automatically recalculated to reflect the changes.

Options Button

Notice that the two panels displayed above have a button labeled "Options". Pressing that button will display a dialog box allowing you to select options for that panel. Graphics panels also have a button labeled "Axes". Pressing that button will display a dialog box allowing you to change axis titles, axis scaling, points sizes, and the colors used on the graph.

For more information on options, see the documentation for the individual statlets.

For information on rescaling graphs, see Chapter 3.

Back to Top


Using the Statistical Interpreter

After each graph or text panel has been created, an interpretation of the output is placed in a dialog box which you may display by pressing the "Interpret" button. By default, the interpretation of text panels is also placed at the bottom of the panel's edit field. You may suppress the interpretation of edit panels by selecting Preferences under Edit on the top menu (see Chapter 2).

Back to Top


Obtaining Hardcopy Output

Limitation of Java 1.0 and current browsers prohibit Java applets from sending output to local printers. In order to obtain printed output, you must do the following:

Text Panels

Since text output is placed in edit fields, you may copy it to your operating system's clipboard by:

  1. Selecting the text to be printed with your mouse.
  2. Pressing the appropriate key combination to copy it to the clipboard (Ctrl+C for Microsoft Windows).
  3. Paste it into a word processor or other program such as Notepad, from which you can send it to your printer. Be sure you are using a non-proportional font so that columns of the tables align properly.

Direct printing will be available when new releases of Java permit it.

Graphics Panels

To print graphics panels, you must use a screen grabber to grab the output. The graphs in this user manual were grabbed by a program called "Snagit" which may be downloaded from TechSmith Corporation's web site at www.techsmith.com.

Back to Top