Numeric variables
A numeric variable stores one numeric value for each case. Numeric variables are often based on questions that ask “How many?” or “How much?” and require the respondent to give a numeric response.
Numeric question
For example, in the Short Drinks sample data set, respondents are asked to enter their age as a numeric value rather than by selecting the category that represents their age group. When respondents answer the question, they enter a whole number. For example:
Q2: How old were you on your last birthday?
WRITE IN ANSWER WITHIN THE RANGE 0 - 00
Sometimes you might want to group the numeric values stored in a numeric variable into categories. For example, you might want to create a table that shows the age data in age groups. The process of creating categories from a numeric variable is sometimes called
banding and each category is called a
band. Banding a numeric variable is similar to coding a text variable, but it is generally easier, because you can define the bands using numeric expressions. UNICOM Intelligence Reporter - Survey Tabulation can create automatic bands (for example, ten equal bands starting at the minimum value and ending at the maximum value) or you can define the bands yourself. For more information, see
Banding a numeric variable.
Numeric variables can be divided into two groups based on the type of numeric data they store:
▪Long variables. These store one integer value for each case.
▪Double variables. These store one real (decimal) value for each case.
See also