The GAMPL Procedure

ODS Table Names

Each table that the GAMPL procedure creates has a name that is associated with it, and you must use this name to refer to the table when you use ODS statements. These names are listed in Table 42.13.

Table 42.13: ODS Tables Produced by PROC GAMPL

Table Name

Description

Statement

Option

ClassLevels

Level information from the CLASS statement

CLASS

 

ConvergenceStatus

Status of optimization at conclusion of optimization

Default output

 

DataAccessInfo

Information about modes of data access

Default output

FitStatistics

Fit statistics

Default output

 

LikelihoodHist

Iteration history for maximum likelihood estimation or penalized likelihood estimation

PROC GAMPL

ITDETAILS

ModelInfo

Information about the modeling environment

Default output

 

NObs

Number of observations read and used, and number of events and trials, if applicable

Default output

 

ParameterEstimates

Solutions for the parameter estimates that are associated with effects in MODEL statements

Default output

 

PerformanceInfo

Information about the high-performance computing environment

Default output

 

ResponseProfile

Response categories and the category that is modeled in models for binary and multinomial data

Default output

 

SmoothingEstimates

Information for spline terms after model fitting

Default output

 

SmoothingHist

Iteration history for smoothing parameter estimation

PROC GAMPL

ITDETAILS

SmoothingTests

Smoothing components test result

Default output

 

SplineDetails

Information about spline construction and smoothing parameter search

MODEL

SPLINE(variables / DETAILS )

Timing

Absolute and relative times for tasks performed by the procedure

PERFORMANCE

DETAILS


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.