Previous Page | Next Page

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.

Table 4.93 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

line printer plots

PLOTS

Quantiles

quantiles

default

RobustScale

robust measures of scale

ROBUSTSCALE

SSPlots

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 4.94 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

Previous Page | Next Page | Top of Page