Examples (RESPONSE RATE command)

Minimum Specification

RESPONSE RATE
  /VARIABLES 
   NUMERATOR=Responses
   DENOMINATOR=Customers
   GROUP=PostalRank.
  • Response rates are displayed for each group defined by PostalRank.
  • Results are displayed in ascending order of the value of PostalRank.

MINRATE and MAXCOUNT

RESPONSE RATE
  /VARIABLES 
   NUMERATOR=Responses
   DENOMINATOR=Customers
   GROUP=PostalRank
  /MINRATE=5
  /MAXCOUNT=6000.
  • Rows with a cumulative response rate above 5% and a cumulative customer count below 6,000 are displayed with a green background in the table; those with cumulative response rates below 5% or a cumulative count above 6,000 are displayed with a red background.
  • The upper panel of the chart includes a reference line at the 5% response rate level, and the lower panel includes a reference line at a cumulative count of 6,000 customers.