Datasets:
Formats:
csv
Size:
< 1K
ArXiv:
Tags:
causal-inference
satellite-imagery
treatment-effect-heterogeneity
development-economics
geo-spatial
africa
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
Replication Data for: Image-based Treatment Effect Heterogeneity
|
| 6 |
+
|
| 7 |
+
Connor Thomas Jerzak, Fredrik Daniel Johansson, Adel Daoud Proceedings of the Second Conference on Causal Learning and Reasoning, PMLR 213:531-552, 2023.
|
| 8 |
+
|
| 9 |
+
UgandaDataProcessed.csv contains individual-level data from the YOP experiment. In the dataset, geo_long and geo_lat refer to the approximate geo-referenced long/lat of experimental units. The variable, geo_long_lat_key, refers to the image key associated with each location. Experimental outcomes are stored in Yobs. Treatment variable is stored in Wobs. See the tutorial for more information.
|
| 10 |
+
|
| 11 |
+
UgandaGeoKeyMat.csv contains information on keys linking to satellite images for all of Uganda for the transportability analysis.
|
| 12 |
+
|
| 13 |
+
Geo-referenced satellite images are saved in "./Uganda2000_processed/GeoKey%s_BAND%s.csv", where GeoKey%s denotes the image key associated with each observation and BAND%s refers to one of 3 bands in the satellite imagery.
|
| 14 |
+
|
| 15 |
+
For more information, see: https://github.com/cjerzak/causalimages-software/blob/main/tutorials/AnalyzeImageHeterogeneity_FullTutorial.R
|