PROC GAM assigns a name to each table 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 the following table. For more information about ODS, see ChapterĀ 20: Using the Output Delivery System.
Table 41.5: ODS Tables Produced by PROC GAM
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ANODEV |
Analysis of deviance table for smoothing variables |
PROC |
Default |
ClassSummary |
Summary of classification variables |
PROC |
Default |
ConvergenceStatus |
Convergence status of the local scoring algorithm |
PROC |
Default |
InputSummary |
Input data summary |
PROC |
Default |
IterHistory |
Iteration history table |
MODEL |
ITPRINT |
IterSummary |
Iteration summary |
PROC |
Default |
FitSummary |
Fit parameters and fit summary |
PROC |
Default |
ParameterEstimates |
Parameter estimation for regression variables |
PROC |
Default |
ResponseProfile |
Frequency counts for binary models |
MODEL |
DIST=BINOMIAL |
By referring to the names of such tables, you can use the ODS OUTPUT statement to place one or more of these tables in output data sets.