Switch branches/tags
Nothing to show
Find file History
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
..
Failed to load latest commit information.
firstday
README.md
auroc.sql
echo-data.sql
rrt.sql
ventilation-durations.sql

README.md

Contents of this folder

This folder contains miscellaneous scripts used as staging tables for useful clinical concepts, e.g. severity scores. Each script generates a materialized view of the data.

auroc.sql

This file calculates the area under the receiver operator characteristic curve (AUROC) for a set of predictions, PRED, given a set of targets, TAR. The AUROC is a useful measure of the discrimination of a set of predictions.

Subfolders

firstday

The first day subfolder contains scripts used to calculate various clinical concepts on the first day of a patient's admission to the ICU. These values are usually used in the calculation of severity scores.

Last updated

This folder was last updated January 26th, 2016.