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.
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.) |
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.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.