Transition | R Documentation |
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.
data(Transition)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.