Study Notes on Variables: Ordinal and Nominal Definitions
Definitions of Variables
Ordinal Variable:
- A variable where the values have a ranked order. The numerical assignment does not have intrinsic meaning other than indicating position or order.
- Example: Age categories listed as below 21, 21 to 25, and 26 to 30.
- Further explanation:
- Values assigned:
- Value 1: Below age 21
- Value 2: Age 21 to 25
- Value 3: Age 26 to 30
- The ranks indicate a progression from youngest to oldest, which is essential for interpreting age-related data.
Nominal Variable:
- A variable where the values do not have an order and are categorical in nature. The numbers assigned serve as labels rather than rankings.
- Example: Gender, represented by zeros and ones.
- Value 0: Male
- Value 1: Female
- The assigned values do not carry numerical significance beyond categorization.
Variable Properties
- Data View Analysis:
- The purpose of reviewing variable properties is to better understand how different variables behave and their classifications.
- Variables under examination include age category and gender.
Age Category Breakdown
- The age categories serve to group individuals into segments that indicate their age range.
- Categories of individuals defined in numerical terms:
- 1: Individuals below the age of 21
- 2: Individuals between the ages of 21 and 25
- 3: Individuals between the ages of 26 and 30
- Ranking among these values indicates an order from younger to older individuals.
- Being an ordinal variable, the importance lies in the sequence rather than specific numerical difference among values.
Gender Variable Breakdown
- Gender is assessed as a nominal variable, consisting of two distinct categories:
- 0: Represents males
- 1: Represents females
- The numbers assigned do not signify quantity or ranking; instead, they serve merely as identifiers for the two gender categories.
Data Columns Explanation
- Columns in the data represent demographics of gender and age groups:
- Column for Women's Age Group < 21:
- Contains data for women under the age of 21.
- Column for Women Age (21-25):
- Displays information on women aged 21 to 25.
- Column for Women Age (26-30):
- Represents women aged 26 to 30.
- Column for Women's Age Group < 21:
- The analysis reflects the separation of data by both age categories and gender, allowing for comparative insights within those segments.