-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathrun_all.bat
More file actions
47 lines (26 loc) · 843 Bytes
/
run_all.bat
File metadata and controls
47 lines (26 loc) · 843 Bytes
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
46
set -e
rem Install Packages
pip install -r requirements.txt
rem If you are in main directory with run_all.sh
rem you will need to go to code to run everything
cd code
#rem Python block
rem data generating block
python 1_Download_WRDS_Data.py
python 2_Process_WRDS_Data.py
python 3_Calculate_Kappas.py
rem plot creating block
python plots1_basic_descriptives.py
python plots2_kappa_official.py
python plots3_big_three_four.py
python plots4_investor_similarity.py
python plots5_airlines_cereal.py
python plots6_sole_vs_shared.py
python plots7_short_interest_coverage.py
python plots8_individual_firm_coverage.py
python plots9_blackrock_vanguard.py
python plots10_kappa_comparison_appendix.py
python plots11_profit_simulations.py
rem table creating block
python table3_variance_decomp.py
python table4_kappa_correlation.py