Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (31 loc) · 1.31 KB

STA303 Project: Statistical Consulting for Black Saber Software Company

This repo includes the final report and codes for the investigation on the topic of gender parity in hiring, remuneration and promotion process based on the given data.

You can find the final report in the folder Submission Work in PDF format. The codes can be found in the RMD file, with files of all intermediate steps in the subfolder intermediate codes.

Our team of 4 is called Dataable Inc. and the name of companies and data are made up i.e. this consulting is not the real-world case due to data privacy but is conducted in a similar way. I'm responsible for the whole procedure of the Promotion part.

The report consists of the following parts:

Table of Contents

Cover Page

Executive Summary

  • Background & Aim
  • Key findings
  • Limitations
  • Graphs

Technical Report

  • Introduction
  • Potential Gender Bias in Hiring Phase
  • Fewer promotion opportunities for women: an investigation
  • Potential Gender Bias in Salary
  • Discussion and Conclusion
  • Limitations

Consultant Information

  • Consultant profiles
  • Code of ethical conduct

Here are the packages needed to run our codes:

library(tidyverse) library(lme4) library(boot) library(MASS) library(knitr) library(gridExtra) library(cowplot) library(kableExtra)