demographics {peopleanalytics}R Documentation

demographics

Description

Fictitious demographics data for employees in a mid-size company

Usage

data("demographics")

Format

A data frame with 1470 observations on the following 7 variables.

employee_id

Unique identifier for each employee

age

Employee age in years

commute_dist

Commute distance in miles

ed_lvl

Education level, where 1 = 'High School', 2 = 'Associate Degree', 3 = 'Bachelor's Degree', 4 = 'Master's Degree', and 5 = 'Doctoral Degree'

ed_field

Education field associated with most recent degree

gender

Gender self-identification

marital_sts

Marital status

Examples

data(demographics)

[Package peopleanalytics version 0.1.0 Index]