PPROPERTIES Subcommand (CTABLES command)
/PPROPERTIES &catname &catname...
LABEL= "label"
FORMAT= summary format ... summary format
HIDESOURCECATS= {NO**}
{YES }
The PPROPERTIES
subcommand
defines properties for one or more computed categories. (For more information about
creating computed categories, see the topic PCOMPUTE Subcommand (CTABLES command) .) One PPROPERTIES
subcommand can be used to define
properties for multiple computed categories. If multiple PPROPERTIES
subcommands are specified for
a single computed category, the results are cumulative.
The PPROPERTIES
subcommand has the following keywords:
LABEL. Label for the
computed category. The quoted text defines the label that
appears in the table. If no label is specified, the computed
category's expression is used for the label. Like other labels, the
maximum length is 120 bytes. The label can also include the symbol )LABEL[n]
to display the label for the nth category specified in the CATEGORIES
subcommand.
FORMAT. One or more pairs of summary statistics and display formats for the computed category. Each summary statistic is followed by a display format for that statistic. For a list of summary statistics, see the topic Specifying Summaries (CTABLES command) . For a list of formats, see the topic Formats for Summaries (CTABLES command) .
HIDESOURCECATS. Hide categories,
totals, or subtotals used in the computed category's expression. Use YES
to hide the categories,
totals, or subtotals used to evaluate the computed category. This
setting ignores the EMPTY
keyword.
If HIDESOURCECAT=YES
, categories
are hidden, even if EMPTY
is
set to INCLUDE
. You cannot use YES
if you request significance tests.