All keywords available with the PARETO procedure’s INSET statement request a single statistic in an inset, except for the DATA= keyword.
The DATA= keyword specifies a SAS data set containing (label, value) pairs to be displayed in an inset. The data set must
contain the variables _LABEL_
and _VALUE_
. _LABEL_
is a character variable whose values provide labels for inset entries. _VALUE_
can be character or numeric, and it provides values displayed in the inset. The label and value from each observation in
the DATA= data set occupy one line in the inset. Figure 15.14 shows an inset containing entries from a DATA= data set.
Table 15.4: Summary Statistics
Keyword |
Description |
---|---|
N |
sample size |
NOTHERCAT |
number of categories merged to form OTHER= category in restricted Pareto chart |
NOTHER |
number of observations in OTHER= category |
NEXCL |
observations excluded in restricted Pareto chart |
SUMWGTS |
sum across all categories of weighted frequencies |
DATA= |
(label, value) pairs from SAS-data-set |