Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mimic-iii/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Jupyter notebooks are also provided which detail analyses performed on MIMIC-III
The repository is organized as follows:

* [benchmark](/mimic-iii/benchmark) - Various speed tests for indices
* [buildmimic](/mimic-iii/buildmimic) - Scripts to build MIMIC-III in a relational database management system (RDMS), in particular [postgres](/buildmimic/postgres) is our RDMS of choice
* [buildmimic](/mimic-iii/buildmimic) - Scripts to build MIMIC-III in a relational database management system (RDMS), in particular [postgres](/mimic-iii/buildmimic/postgres) is our RDMS of choice
* [concepts](/mimic-iii/concepts) - Useful views/summaries of the data in MIMIC-III, e.g. demographics, organ failure scores, severity of illness scores, durations of treatment, easier to analyze views, etc. The paper above describes these in detail, and a README in the subfolder lists concepts generated.
* [notebooks](/mimic-iii/notebooks) - A collection of R markdown and Jupyter notebooks which give examples of how to extract and analyze data
* [notebooks/aline](/mimic-iii/notebooks/aline) - An entire study reproduced in the MIMIC-III database - from cohort generation to hypothesis testing
Expand Down