We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c1575 commit 42b04c3Copy full SHA for 42b04c3
README.md
@@ -1,7 +1,8 @@
1
# Code for "City Population, Majority Group Size, Residential Segregation, and Implicit Racial Biases in U.S. Cities"
2
- 1. run iat_filter_only_geotagged.py (this may take a few hours to run)
3
- 2. run iat_data.py and iat_data_individual.py (this make take a few hours to run)
4
- 3. the rest of the analysis and figure producing files can now be run (the main iat_figures.py file should run in about an hour)
+ 1. download raw iat data in csv fromat from https://osf.io/52qxl/ and save into the IAT_data folder
+ 2. run iat_filter_only_geotagged.py (this may take a few hours to run)
+ 3. run iat_data.py and iat_data_individual.py (this make take a few hours to run)
5
+ 4. the rest of the analysis and figure producing files can now be run (the main iat_figures.py file should run in about an hour)
6
7
This analysis software was developed using python 3.11 and the following package versions:
8
numpy 1.24.3
0 commit comments