Transition: Data: Transition

TransitionR Documentation

Data: Transition

Description

The dataframe refers to data on the employees of a company that adopted a new management software system to replace its legacy tools. To facilitate a smooth transition, all administrative staff will participate in a structured training program designed to build proficiency with the new system. As part of the rollout, employees from two departments have been selected to complete the training first. The dataset contains information on each (trained) employee's productivity using the old and the new software, recorded after a defined period of use.

Usage

data(Transition)

Format

A dataframe with n = 130 observations and the following 4 variables (levels of the variables listed in alphabetical order):

  • Employee (int): employee id

  • Pre (num): employee’s productivity with the old software

  • Post (num): employee’s productivity with the new software (after the training program)

  • Department (chr): employee’s department (Dept1, Dept2)


UBStats documentation built on Aug. 27, 2025, 9:10 a.m.