OHDSI/CaseCrossover

Name: CaseCrossover

Owner: Observational Health Data Sciences and Informatics

Description: An R package for performing case-crossover and case-time-control analyses in an observational database in the OMOP Common Data Model.

Created: 2017-04-19 14:17:51.0

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

Pushed: 2017-10-25 08:54:58.0

Homepage:

Size: 1197

Language: R

GitHub Committers

UserMost Recent Commit# Commits
Marc Suchard2017-05-19 17:31:33.02
Martijn Schuemie2018-03-19 17:09:21.017

Other Committers

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

README

CaseCrossover

Introduction

CaseCrossover is an R package for performing case-crossover and case-time-control analyses in an observational database in the OMOP Common Data Model.

Features

Technology

CaseCrossover is an R package.

System Requirements

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

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

Getting Involved

License

CaseCrossover is licensed under Apache License 2.0

Development

CaseCrossover is being developed in R Studio.

Development status

Build Status codecov.io

Under development


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.