| employees {peopleanalytics} | R Documentation |
employees
Description
Fictitious data on employees in a mid-size company
Usage
data("employees")
Format
A data frame with 1470 observations on the following 36 variables.
employee_idUnique identifier for each employee
activeFlag set to 'Yes' for active employees and 'No' for inactive employees
stock_opt_lvlStock option level
trainingsNumber of trainings completed within the past year
ageEmployee age in years
commute_distCommute distance in miles
ed_lvlEducation level, where 1 = 'High School', 2 = 'Associate Degree', 3 = 'Bachelor's Degree', 4 = 'Master's Degree', and 5 = 'Doctoral Degree'
ed_fieldEducation field associated with most recent degree
genderGender self-identification
marital_stsMarital status
deptDepartment of which an employee is a member
engagementEmployee engagement score measured on a 4-point Likert scale, where 1 = 'Highly Disengaged' and 4 = 'Highly Engaged'
job_lvlJob level, where 1 = 'Junior' and 5 = 'Senior'
job_titleJob title
overtimeFlag set to 'Yes' if the employee is nonexempt and works overtime and 'No' if the employee does not work overtime
business_travelBusiness travel frequency
hourly_rateHourly rate calculated irrespective of hourly/salaried employees
daily_compHourly rate * 8
monthly_compHourly rate * 2080 / 12
annual_compHourly rate * 2080
ytd_leadsYear-to-date (YTD) number of leads generated for employees in Sales Executive and Sales Representative positions
ytd_salesYear-to-date (YTD) sales measured in USD for employees in Sales Executive and Sales Representative positions
standard_hrsExpected working hours over a two-week payroll cycle
salary_hike_pctThe percent increase in salary for the employee's most recent compensation adjustment (whether due to a standard merit increase, off-cycle adjustment, or promotion)
perf_ratingMost recent performance rating, where 1 = 'Needs Improvement', 2 = 'Core Contributor', 3 = 'Noteworthy', and 4 = 'Exceptional'
prior_emplr_cntNumber of prior employers
env_satEnvironment satisfaction score measured on a 4-point Likert scale, where 1 = 'Highly Dissatisfied' and 4 = 'Highly Satisfied'
job_satJob satisfaction score measured on a 4-point Likert scale, where 1 = 'Highly Dissatisfied' and 4 = 'Highly Satisfied'
rel_satCollegue relationship satisfaction score measured on a 4-point Likert scale, where 1 = 'Highly Dissatisfied' and 4 = 'Highly Satisfied'
wl_balanceWork-life balance score measured on a 4-point Likert scale, where 1 = 'Poor Balance' and 4 = 'Excellent Balance'
work_expTotal years of work experience
org_tenureYears at current company
job_tenureYears in current job
last_promoYears since last promotion
mgr_tenureYears under current manager
interview_ratingAverage rating across the interview loop for the onsite stage of the employee's recruiting process, where 1 = 'Definitely Not' and 5 = 'Definitely Yes'
Examples
data(employees)