OHDSI/Pace

Name: Pace

Owner: Observational Health Data Sciences and Informatics

Description: null

Created: 2016-09-13 07:22:39.0

Updated: 2016-09-13 08:08:09.0

Pushed: 2016-09-13 08:08:08.0

Homepage: null

Size: 3

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Pace

Getting Started

all.packages("devtools")
ary(devtools)
all_github("ohdsi/SqlRender", args="--no-multiarch")
all_github("ohdsi/DatabaseConnector", args="--no-multiarch")
all_github("ohdsi/Pace", args="--no-multiarch")

ary(SqlRender)
ary(DatabaseConnector)
ary(Pace)
ectionDetails<-DatabaseConnector::createConnectionDetails(dbms="sql server",
                                                          server="IP",
                                                          port="PORT",
                                                          schema="SCHEMA",
                                                          user="ID",
                                                          password="PW")
ectionDetails$target_database<-"TARGET_DATABASE_NAME"
ectionDetails$cdm_database<-"CDM_DATABASE_NAME"

_id<-19112563
est_id<-3023103

lts<-runPace(connectionDetails, drug_id=drug_id, labtest_id=labtest_id, cutoff_value=6.0)
lts

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.