Basics:
Making a data set easy to understand, and producing pretty
results
Including descriptive
names for categories or values (FORMATS).
|
CONTEXT:
2a.Creating formatted values for
variable values (Numeric or Character)
|
Although groupings are often represented by numbers in
the computer, it is easier to understand the group (male,
female) with names. To enhance interpretation of output, we
will often want the name of the group to be printed in
addition to (or rather than) the group number.
The names for the groups are assigned to the numbers (or
other codes) using PROC FORMAT.
|