Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The GAM Procedure

ODS Tables Produced by PROC GAM

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 on ODS, refer to "Using the Output Delivery System" in SAS/STAT User's Guide, Version 8.

Table 4.2: ODS Tables Produced by PROC GAM
ODS Table Name Description Statement Option
ANOVAANOVA table for parametric fitPROCdefault
ANODEVAnalysis of Deviance table for smoothing variablesPROCdefault
ClassSummarySummary of class variablesPROCdefault
DataSummaryData summaryPROCdefault
IterSummaryIteration summaryPROCdefault
FitSummaryFit parameters and fit summaryPROCdefault
ParameterEstimatesParameter estimation for regression variablesPROCdefault
IterationIteration history tableMODELITPRINT

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.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 2000 by SAS Institute Inc., Cary, NC, USA. All rights reserved.