UBC-MDS / CPD

Analysis of complaints received by the Chigaco Police Department from the years 2005-2015.
MIT License
0 stars 7 forks source link

Script 4 - regression models (simple regression with salary, multivariable regression with gender and #35

Closed elabandari closed 3 years ago

elabandari commented 3 years ago

Hi folks,

This script will generate three regression models (1) simple regression with salary as explanatory variable, 2) multivariable regression with gender and salary as explanatory, and 3) multivariable regression with gender, race, age and salary as explanatory variables) stored as .rds objects.

It will also generate one figure of the simple regression model.