-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrun_spdep_perf.sh
executable file
·41 lines (41 loc) · 2.45 KB
/
run_spdep_perf.sh
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
#!/usr/bin/env bash
echo "====Run spdep localmoran_perm using Natregimes"
Rscript perf_spdep.R ./data/natregimes.shp HR60 999 1
Rscript perf_spdep.R ./data/natregimes.shp HR60 999 8
Rscript perf_spdep.R ./data/natregimes.shp HR60 999 16
Rscript perf_spdep.R ./data/natregimes.shp HR60 9999 1
Rscript perf_spdep.R ./data/natregimes.shp HR60 9999 8
Rscript perf_spdep.R ./data/natregimes.shp HR60 9999 16
Rscript perf_spdep.R ./data/natregimes.shp HR60 99999 1
Rscript perf_spdep.R ./data/natregimes.shp HR60 99999 8
Rscript perf_spdep.R ./data/natregimes.shp HR60 99999 16
echo "====Run spdep localmoran_perm using SDOH "
Rscript perf_spdep.R ./data/us-sdoh-2014.shp ep_unem 999 1
Rscript perf_spdep.R ./data/us-sdoh-2014.shp ep_unem 999 8
Rscript perf_spdep.R ./data/us-sdoh-2014.shp ep_unem 999 16
Rscript perf_spdep.R ./data/us-sdoh-2014.shp ep_unem 9999 1
Rscript perf_spdep.R ./data/us-sdoh-2014.shp ep_unem 9999 8
Rscript perf_spdep.R ./data/us-sdoh-2014.shp ep_unem 9999 16
Rscript perf_spdep.R ./data/us-sdoh-2014.shp ep_unem 99999 1
Rscript perf_spdep.R ./data/us-sdoh-2014.shp ep_unem 99999 8
Rscript perf_spdep.R ./data/us-sdoh-2014.shp ep_unem 99999 16
echo "====Run spdep localmoran_perm using NYC "
Rscript perf_spdep.R ./data/NYC_Area2010_2data.shp CE01_02 999 1
Rscript perf_spdep.R ./data/NYC_Area2010_2data.shp CE01_02 999 8
Rscript perf_spdep.R ./data/NYC_Area2010_2data.shp CE01_02 999 16
Rscript perf_spdep.R ./data/NYC_Area2010_2data.shp CE01_02 9999 1
Rscript perf_spdep.R ./data/NYC_Area2010_2data.shp CE01_02 9999 8
Rscript perf_spdep.R ./data/NYC_Area2010_2data.shp CE01_02 9999 16
Rscript perf_spdep.R ./data/NYC_Area2010_2data.shp CE01_02 99999 1
Rscript perf_spdep.R ./data/NYC_Area2010_2data.shp CE01_02 99999 8
Rscript perf_spdep.R ./data/NYC_Area2010_2data.shp CE01_02 99999 16
echo "====Run spdep localmoran_perm using Chicago_Parcels"
Rscript perf_spdep.R ./data/Chicago_parcels_points.shp EstBuild 999 1
Rscript perf_spdep.R ./data/Chicago_parcels_points.shp EstBuild 999 8
Rscript perf_spdep.R ./data/Chicago_parcels_points.shp EstBuild 999 16
Rscript perf_spdep.R ./data/Chicago_parcels_points.shp EstBuild 9999 16
Rscript perf_spdep.R ./data/Chicago_parcels_points.shp EstBuild 9999 8
Rscript perf_spdep.R ./data/Chicago_parcels_points.shp EstBuild 9999 1
Rscript perf_spdep.R ./data/Chicago_parcels_points.shp EstBuild 99999 16
Rscript perf_spdep.R ./data/Chicago_parcels_points.shp EstBuild 99999 8
Rscript perf_spdep.R ./data/Chicago_parcels_points.shp EstBuild 99999 1