The LOESS Procedure

ODS Table Names

PROC LOESS 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 57.5: ODS Tables Produced by PROC LOESS

ODS Table Name

Description

Statement

Option

FitSummary

Specified fit parameters and fit summary

 

default

kdTree

Structure of k-d tree used

MODEL

DETAILS(kdTree)

ModelSummary

Summary of all models evaluated

MODEL

DETAILS(ModelSummary)

OutputStatistics

Coordinates and fit results at input data points

MODEL

DETAILS(OutputStatistics)

PredAtVertices

Coordinates and fitted values at k-d tree vertices

MODEL

DETAILS(PredAtVertices)

ScaleDetails

Extent and scaling of the independent variables

 

default

ScoreResults

Coordinates and fit results at scoring points

SCORE

PRINT

SmoothingCriterion

Criterion value and selected smoothing parameter

MODEL

SELECT