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.32: 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.33 only when producing ODS Graphics output. The labels for the statistics use Greek letters.
Table 4.33: Keywords Specific to ODS Graphics Output
Keyword |
Description |
---|---|
UALPHA |
Probability of Type 1 error |
UMU |
Weighted average of group means |