README.md

PatientLevelPredictionUI

Introduction

An UI built on top of the R package for building patient level predictive models using data in Common Data Model format.

Features

Technology

PatientLevelPredictionUI is a Shiny application running on R.

System Requirements

Requires R (version 3.2.2 or higher). Installation on Windows requires RTools. Libraries used in PatientLevelPrediction require Java.

Dependencies

Getting Started

  1. On Windows, make sure RTools is installed.
  2. The DatabaseConnector and SqlRender packages require Java. Java can be downloaded from http://www.java.com.
  3. In R, use the following commands to download and install PatientLevelPredictionUI:

r install.packages("shiny") install.packages("devtools") library(devtools) install_github("ohdsi/SqlRender") install_github("ohdsi/DatabaseConnector") install_github("ohdsi/Cyclops") install_github("ohdsi/PatientLevelPrediction")

Getting Involved

To Add

License

PatientLevelPredictionUI is licensed under Apache License 2.0

Development

PatientLevelPredictionUI is being developed in R Studio.

Alpha

Acknowledgements



mi-erasmusmc/patientLevelPredictionUI documentation built on May 22, 2019, 8:57 p.m.