| sentiment {peopleanalytics} | R Documentation |
sentiment
Description
Fictitious sentiment data for employees in a mid-size company
Usage
data("sentiment")
Format
A data frame with 1470 observations on the following 6 variables.
employee_idUnique identifier for each employee
env_satEnvironment satisfaction score measured on a 4-point Likert scale, where 1 = 'Highly Dissatisfied' and 4 = 'Highly Satisfied'
engagementEmployee engagement score measured on a 4-point Likert scale, where 1 = 'Highly Disengaged' and 4 = 'Highly Engaged'
job_satJob satisfaction score measured on a 4-point Likert scale, where 1 = 'Highly Dissatisfied' and 4 = 'Highly Satisfied'
rel_satColleague 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'
Examples
data(sentiment)