-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaster.Rmd
45 lines (33 loc) · 1.78 KB
/
master.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: "Federal District Courts and Race-Based Criminal Sentencing Disparities"
subtitle: "Analysis with Linear Regression"
author: "Laurie Baker, Helen Grundman, Lily Khadjavi, Saeja Kim, Momin Malik, Ariana Mendible, Omayra Ortega, José Pabón, Chad M. Topaz, Thomas Wakefield \n"
date: "`r format(Sys.Date(),'%B %d, %Y')`"
output:
github_document:
toc: true
number_sections: true
# theme: yeti
---
```{r include=FALSE}
knitr::opts_chunk$set(echo = TRUE,
cache = TRUE,
fig.width = 4,
fig.height = 4)
```
---
This work is governed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-nc-sa/4.0/).
Citation: Laurie Baker, Helen Grundman, Lily Khadjavi, Saeja Kim, Momin Malik, Ariana Mendible, Omayra Ortega, José Pabón, Chad M. Topaz, Thomas Wakefield, and Institute for the Quantitative Study of Inclusion, Diversity, and Equity (QSIDE), 2023.
---
# Acknowledgments
This project started at the Institute for Computational and Experimental Research on Mathematics (ICERM) as part of the week-long workshop "Educating at the Intersection of Data Science and Social Justice," organized by Ron Buckmire, Drew Lewis, Omayra Ortega, Katharine Ott, and Matt Salamone. This workshop was part of a summer program on "Data Science and Social Justice: Networks, Policy, and Education," organized by Carrie Diaz Eaton, Joseph Hibdon, Drew Lewis, Jessica Libertini, Omayra Ortega, Victor Piercey, Björn Sandstede, Talitha Washington, Tian An Wong, and Heather Zinn Brooks.
```{r child = "introduction.Rmd"}
```
```{r child = "background.Rmd"}
```
```{r child = "sentencing-eda.Rmd"}
```
```{r child = "analysis.Rmd"}
```
```{r child = "results.Rmd"}
```