Skip to content

eth-mds/mimic-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIMIC-III Demo Dataset

lifecycle check

As an Enhances dependency to the CRAN R package ricu, this data package provides the MIMIC-III demo data set. Due to CRAN size restrictions, this cannot be served from CRAN but rather can be installed from a GitHub-hosted drat repository.

Installation

The released version of mimic.demo can be installed as:

install.packages(
  "mimic.demo",
  repos = "https://eth-mds.github.io/physionet-demo"
)

And the development version from GitHub is available as:

# install.packages("devtools")
devtools::install_github("eth-mds/mimic-demo")