This package provides a set of tools for formatting, creating, and exporting publication quality tables in GAUSS. Table formatting can be controlled by directly setting members in the tableControl structure or through use of a series of tableSet functions.
The program files require a working copy of GAUSS 18+. Many can be run on earlier versions with some small revisions.
GAUSS 20+ The GAUSS table creator can be installed and updated directly in GAUSS using the GAUSS package manager.
GAUSS 18+ The GAUSS table creator can be easily installed using the GAUSS application installation wizard, as shown below:
- Download the zipped folder
tabout.zip. - Select Tools > Install Application from the main GAUSS menu.

- Follow the installer prompts, making sure to navigate to the downloaded
tabout.zip. - Before using the functions created by tabout you will need to load the newly created
taboutlibrary. This can be done in a number of ways:
- Navigate to the library tool view window and click the small wrench located next to the
taboutlibrary. SelectLoad Library.

- Enter
library taboutin the program input/output window. - Put the line
library tabout;at the beginning of your program files.
Note: I have provided the individual files found in tabout.zip for examination and review. However, installation should always be done using the tabout.zip folder and the Installation Wizard.
After installing the library the example file will be found in your GAUSS home directory in the directory \pkgs\tabout\examples. The example uses a GAUSS dataset included with the GAUSS 18 examples.
- Erica Clower - Aptech Systems, Inc
