Response
levels are the values that identify categories
of data on the graph. The categories that are shown on the graph are
based on the values of the response variable. Based on the type of
the response variable, a response level can be determined by any of
the following:
-
-
-
a range of numeric values
-
When response levels
are determined by a character value, the GMAP procedure treats each
unique value as a response level. For example, if the response variable
contains the names of ten regions, each region is a response level,
resulting in ten response levels.
When character response
levels are determined by the MIDPOINTS= option, any response variable
values that do not match one of the specified response level values
are ignored.
When response levels
are determined by a range of numeric values, each response level has
a similar number of observations. These options are exceptions to
this:
-
The LEVELS= option specifies the
number of response levels to be graphed for the response variable.
The LEVELS=
number-of-midpoints option
is ignored if either the DISCRETE or MIDPOINTS= option is used.
-
The DISCRETE option causes the
numeric variable to be treated as a discrete variable.
-
The MIDPOINTS= option chooses specific
response level values as medians of the value ranges.
If the response variable values are continuous,
then the GMAP procedure assigns response level intervals automatically
unless you specify otherwise. The response levels represent a range
of values rather than a single value.
When response levels
are determined by specific numeric values, and the DISCRETE option
is specified, one level is created for each value. If the response
variable has an associated format, then each formatted value is represented
by a different response level.
The AREA, BLOCK, CHORO,
and PRISM statements assign patterns to response levels. In CHORO
and PRISM maps, response levels are shown as map areas. However, in
BLOCK maps, response levels are shown as blocks. If you specify the
AREA statement on a BLOCK map, then the response levels for AREA variable
are shown as map areas. The default fill pattern for the response
level is solid.
PATTERN statements can
define the fill patterns and colors for both blocks and map areas.
PATTERN definitions that define valid block patterns are applied to
the blocks (response levels), and PATTERN definitions that define
valid map patterns are applied to map areas.
See PATTERN Statement for more information
about fill pattern values and default pattern rotation.