The UNIVARIATE Procedure
ODS Table Names
PROC UNIVARIATE assigns a name to each table that it creates. You can use these names to reference the table when you use the Output Delivery System (ODS) to select tables and create output data sets. The table names are shown in Table 40 and Table 41.
Table 40: ODS Tables Produced with the PROC UNIVARIATE Statement
| ODS Table Name | Description | Option |
|---|---|---|
| BasicIntervals | Confidence intervals for mean, standard deviation, variance | CIBASIC |
| BasicMeasures | Measures of location and variability | Default |
| ExtremeObs | Extreme observations | Default |
| ExtremeValues | Extreme values | NEXTRVAL= |
| Frequencies | Frequencies | FREQ |
| LocationCounts | Counts used for sign test and signed rank test | LOCCOUNT |
| MissingValues | Missing values | Default, if missing values exist |
| Modes | Modes | MODES |
| Moments | Sample moments | Default |
| Plots | Legacy line printer plots | PLOTS |
| Quantiles | Quantiles | Default |
| RobustScale | Robust measures of scale | ROBUSTSCALE |
| SSPlots | Legacy line printer side-by-side box plots | PLOTS (with BY statement) |
| TestsForLocation | Tests for location | default |
| TestsForNormality | Tests for normality | NORMALTEST |
| TrimmedMeans | Trimmed means | TRIMMED= |
| WinsorizedMeans | Winsorized means | WINSORIZED= |
Table 41: ODS Tables Produced with the HISTOGRAM Statement
| ODS Table Name | Description | Option |
|---|---|---|
| Bins | Histogram bins | MIDPERCENTS secondary option |
| FitQuantiles | Quantiles of fitted distribution | Any distribution option |
| GoodnessOfFit | Goodness-of-fit tests for fitted distribution | Any distribution option |
| HistogramBins | Histogram bins | MIDPERCENTS option |
| ParameterEstimates | Parameter estimates for fitted distribution | Any distribution option |
Last updated: April 16, 2025