This repository contains the analytic code for our research published in the Korean Journal of Anesthesiology. The article is available at https://doi.org/10.4097/kja.20509.
-
First, get permission to use the MIMIC-III.
-
Second, install a copy of the MIMIC-III on your local server of PostgreSQL.
-
Third, install the MIMIC-III tools provided by MIT-LCP (https://github.com/MIT-LCP/mimic-code/tree/main/mimic-iii/concepts)
-
Fourth, run "SQL-etomidat.sql" on your local PostgreSQL platform.
-
Finally, customize the content of "get_connection.R" and run "R_etomidate.R" on your R platform.
Thank you.
Any questions and comments to Younsuk Lee (ylee@dgu.ac.kr).