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 54.3. For more information about ODS, see Chapter 20: Using the Output Delivery System.
Table 54.3: ODS Tables Produced in PROC KDE
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 |