performance {peopleanalytics} | R Documentation |
performance
Description
Fictitious performance data for employees in a mid-size company
Usage
data("performance")
Format
A data frame with 1470 observations on the following 3 variables.
employee_id
Unique identifier for each employee
salary_hike_pct
The 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_rating
Most recent performance rating, where 1 = 'Needs Improvement', 2 = 'Core Contributor', 3 = 'Noteworthy', and 4 = 'Exceptional'
Examples
data(performance)
[Package peopleanalytics version 0.1.0 Index]