OHDSI/CaseControl

Name: CaseControl

Owner: Observational Health Data Sciences and Informatics

Description: An R package for performing (nested) matched case-control analyses in an observational database in the OMOP Common Data Model.

Created: 2016-05-18 08:25:08.0

Updated: 2017-11-08 12:31:42.0

Pushed: 2017-11-14 12:11:33.0

Homepage:

Size: 2116

Language: R

GitHub Committers

UserMost Recent Commit# Commits
Marc Suchard2017-05-19 17:30:56.04
Martijn Schuemie2018-03-19 17:05:01.041

Other Committers

UserEmailMost Recent Commit# Commits
Schuemiemschuemi@its.jnj.com2017-10-11 03:40:52.02

README

CaseControl

Introduction

CaseControl is an R package for performing (nested) matched case-control analyses in an observational database in the OMOP Common Data Model.

Features

Technology

CaseControl is an R package, with some functions implemented in C++.

System Requirements

Requires R (version 3.2.2 or higher). Installation on Windows requires RTools. Libraries used in CaseControl 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 CaseControl:

    all.packages("drat")
    ::addRepo("OHDSI")
    all.packages("CaseControl")
    

Getting Involved

License

CaseControl is licensed under Apache License 2.0

Development

CaseControl is being developed in R Studio.

Development status

Build Status codecov.io

Beta


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.