The KDE Procedure |
ODS Table Names |
PROC KDE 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 Table 45.1. For more information about ODS, see Chapter 20, Using the Output Delivery System.
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
BivariateStatistics |
Bivariate statistics |
BIVAR |
BIVSTATS |
Controls |
Control variables |
default |
|
Inputs |
Input information |
default |
|
Levels |
Levels of density estimate |
BIVAR |
LEVELS |
Percentiles |
Percentiles of data |
BIVAR / UNIVAR |
PERCENTILES |
UnivariateStatistics |
Basic statistics |
BIVAR / UNIVAR |
UNISTATS |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.