Skip to content

tracking survival rate of new employees with a best fitted model using 4 most significant personality trait parameters

Notifications You must be signed in to change notification settings

liang-sarah/employeeTurnover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

employeeTurnover

The completed presentation document for this group project is seen here.


R packages used:

dplyr tidyverse ggplot2 survival survminer janitor formatR knitr

Introduction

The goal of this project is to predict the employee turnover time using the survival analysis method. In this dataset, we have 16 columns, with stag as the months that a employee quit and event as the censoring status. Besides interest in the impact of independent variables like age and industry on our survival function, we are more interested in the peculiar variables like extraversion, independ, selfcontrol, novator, and anxiety which can be indicative towards the employee’s personality traits. We are wondering: is there an efficient way to manipulate the personality variables such that we are able to determine if there is a particular combination of personality traits with significant effect on employee turnover? From our project, it would be interesting to find out the type of employee most likely to stay with employers.

Reference

Data obtained from Kaggle: Employee Turnover, uploaded by DAVIN WIJAYA URL: https://www.kaggle. com/datasets/davinwijaya/employee-turnover

Step Function R document: Hastie, T. J. and Pregibon, D. (1992) Generalized linear models. Chapter 6 of Statistical Models in S eds J. M. Chambers and T. J. Hastie, Wadsworth & Brooks/Cole.

Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. New York: Springer (4th ed).

Survival Analysis Functions: Therneau, Terry. A package for Survival analysis in R

Carter, Andrew. Lecture slides for Fall 2022 at UC Santa Barbara

Releases

No releases published

Packages

No packages published

Languages