Previous Page | Next Page

The GLMPOWER Procedure

ODS Table Names

PROC GLMPOWER assigns a name to each table that it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 41.6. For more information about ODS, see Chapter 20, Using the Output Delivery System.

Table 41.6 ODS Tables Produced by PROC GLMPOWER

ODS Table Name

Description

Statement

FixedElements

Factoid with single-valued analysis parameters

Default

Output

All input and computed analysis parameters, error messages, and information messages for each scenario

Default

PlotContent

Data contained in plots, including analysis parameters and indices identifying plot features. ( Note:This table is saved as a data set and not displayed in PROC GLMPOWER output.)

PLOT

The ODS pathnames are created as follows:

  • Glmpower.Power.FixedElements

  • Glmpower.Power.Output

  • Glmpower.Power.PlotContent

  • Glmpower.Power.Plot

where

  • the Plot objects are the graphs.

  • the indexing the POWER statement is used only if there is more than one instance.

  • the indexing the plots increases with every panel in every plot statement, resetting to 1 only at new analysis statements.

Previous Page | Next Page | Top of Page