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_id

Unique identifier for each employee

env_sat

Environment satisfaction score measured on a 4-point Likert scale, where 1 = 'Highly Dissatisfied' and 4 = 'Highly Satisfied'

engagement

Employee engagement score measured on a 4-point Likert scale, where 1 = 'Highly Disengaged' and 4 = 'Highly Engaged'

job_sat

Job satisfaction score measured on a 4-point Likert scale, where 1 = 'Highly Dissatisfied' and 4 = 'Highly Satisfied'

rel_sat

Colleague relationship satisfaction score measured on a 4-point Likert scale, where 1 = 'Highly Dissatisfied' and 4 = 'Highly Satisfied'

wl_balance

Work-life balance score measured on a 4-point Likert scale, where 1 = 'Poor Balance' and 4 = 'Excellent Balance'

Examples

data(sentiment)

[Package peopleanalytics version 0.1.0 Index]