turnover_trends {peopleanalytics} | R Documentation |
turnover_trends
Description
Fictitious monthly employee turnover rates by several dimensions
Usage
data("turnover_trends")
Format
A data frame with 3000 observations on the following 6 variables.
year
Integer representing the year, which ranges from 1 (earliest) to 5 (most recent)
month
Integer representing the month, which ranges from 1 (January) to 12 (December)
job
Job title
level
Job level, where 1 = 'Junior' and 5 = 'Senior'
remote
Flag set to 'Yes' for a remote worker and 'No' for a non-remote worker
turnover_rate
Monthly turnover rate, calculated by dividing the termination count into the average headcount (beginning headcount + ending headcount / 2) for the respective month
Examples
data(turnover_trends)
[Package peopleanalytics version 0.1.0 Index]