-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.4 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: mimic.demo
Title: MIMIC-III Critical Care Database Demo
Description: MIMIC-III (Medical Information Mart for Intensive Care III) is a
large, freely-available database comprising deidentified health-related
data associated with over 40,000 patients who stayed in critical care
units of the Beth Israel Deaconess Medical Center between 2001 and 2012.
The database includes information such as demographics, vital sign
measurements made at the bedside (~1 data point per hour), laboratory test
results, procedures, medications, caregiver notes, imaging reports, and
mortality (both in and out of hospital). An open-access subset of
MIMIC-III, comprising 100 randomly selected patients from the subset of
patients who eventually die, is distributed under the Open Database
License (ODbL) v1.0 and is provided as R package for convenience.
Version: 1.0.1
Authors@R: c(
person(given = "Nicolas",
family = "Bennett",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Drago",
family = "Plecko",
role = c("aut"),
email = "[email protected]")
)
URL: https://physionet.org/content/mimiciii-demo/1.4
BugReports: https://github.com/eth-mds/mimic-demo/issues
License: ODbL v1.0 + file LICENSE
Encoding: UTF-8
Enhances: ricu
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1