Skip to content

Instantly share code, notes, and snippets.

@rmcelreath
rmcelreath / deconfounding_proxies.R
Last active April 21, 2020 08:09
Deconfounding with proxies example
# proxy confounder problem
# cf https://twitter.com/y2silence/status/1251151157264674816
# note that I rename X1,X2 to A,B and A to X
# The DAG:
# X -> Y
# X <- U -> Y
# A <- U -> B
# Can we use A and B to deconfound X->Y?
@somada141
somada141 / python_dicom_load_pydicom.md
Created March 2, 2015 10:30
Load DICOM data into a NumPy array with PyDICOM #python #dicom #medical #imagedata #pydicom #fileIO