All keywords available with the ANOM 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 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 4.30 shows an inset containing entries from a DATA= data set.
Table 4.27: Summary Statistics
|
Keyword |
Description |
|---|---|
|
ALPHA |
significance level |
|
DATA= |
(label, value) pairs from SAS-data-set |
|
DFE |
degrees of freedom |
|
LDL |
lower decision limit |
|
MEAN |
weighted average of group means |
|
MSE |
mean square error |
|
N |
nominal group size |
|
NGROUPS |
number of groups |
|
NHIGH |
number of groups above upper decision limit |
|
NLOW |
number of groups below lower decision limit |
|
NMAX |
maximum group size |
|
NMIN |
minimum group size |
|
NOBS |
total number of observations |
|
NOUT |
total number of groups outside decision limits |
|
RMSE |
root mean square error |
|
UDL |
upper decision limit |
You can use the keywords in Table 4.28 only when producing ODS Graphics output. The labels for the statistics use Greek letters.
Table 4.28: Keywords Specific to ODS Graphics Output
|
Keyword |
Description |
|---|---|
|
UALPHA |
probability of Type 1 error |
|
UMU |
weighted average of group means |