Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
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 on ODS, see Chapter 15, "Using the Output Delivery System."

Table 38.2: ODS Tables Produced by PROC LOESS
ODS Table Name Description Statement Option
FitSummarySpecified fit parameters and fit summary default
kdTreeStructure of kd tree usedMODELDETAILS(kdTree)
OutputStatisticsCoordinates and fit results at input data pointsMODELDETAILS(OutputStatistics)
PredAtVerticesCoordinates and fitted values at kd tree verticesMODELDETAILS(PredAtVertices)
ScaleDetailsExtent and scaling of the independent variables default
ScoreResultsCoordinates and fit results at scoring pointsSCOREPRINT

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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