Overview (RESPONSE RATE command)
RESPONSE RATE calculates group response rates and cumulative group response rates,
expressed as a percentage, where response rate is calculated as NUMERATOR divided by DENOMINATOR for each category of GROUP, and cumulative response rate is calculated as
the cumulative sum of NUMERATOR divided by the cumulative sum of DENOMINATOR for the current and all preceding categories of GROUP.
- Output includes a table of response rates, sum of
the
DENOMINATORvariable, cumulative response rates, and cumulative sum of theDENOMINATORvariable in ascending order of theGROUPvariable, and a line chart of response rates and cumulative sum of theDENOMINATORvariable. - If
MINRATEorMAXCOUNTare specified, the table is color-coded based on the specified cumulative value(s), and the line charts include reference lines at the specified value(s).
The RESPONSE RATE command is intended primarily for use as part of the Postal
Code Response Rate dialog interface, and some of the results refer to a new, aggregated dataset that
is created by the dialog interface. See the topic Postal Code Response Rates for more information. When you use the
RESPONSE RATE command outside of the Postal Code Response Rate dialog interface,
this new, aggregated dataset is not created. See the topic Postal Code Response Rates for more information.
Basic specification
- The basic specification is the command name
RESPONSE RATEand aVARIABLESsubcommand. - The
MINRATEandMAXCOUNTsubcommands are optional.
Operations
- Cases with missing values for any variables specified
on the
VARIABLESsubcommand are excluded from the analysis (listwise deletion). - If the sum of
DENOMINATORis 0 or negative for a value ofGROUP, that group is excluded from the analysis.
Subcommand order
Subcommands can be specified in any order.
Syntax rules
- The
VARIABLESsubcommand is required. - The
VARIABLESsubcommmand must includeNUMERATOR,DENOMINATORandGROUPvariables. - Equals signs (=) shown in the syntax chart and in examples are required.
- Command, subcommand, and keyword names must be spelled out fully. Abbreviation is not allowed.