RiskStratifiedEstimation is an R package for implementing risk stratified analyses for the assessment of treatment effect heterogeneity in an observational database in the OMOP Common Data Model. The package combines functionality of PatientLevelPrediction and CohortMethod R packages.
The framework is applied in 5 steps: 1. Definition of the research problem: Requires the definition of (at least) three cohorts. The treatment cohort with instructions on which patients are to be considered as receiving the treatment of interest; the comparator cohort with instructions on which patients are to be considered as receiving the comparator treatment; one (or more) outcome cohort(s) with instructions on which patients are to be considered as having the outcome(s) of interest. 2. Database identification: Databases mapped to OMOP-CDM on which the cohort definitions will be applied in order to generate the study population. 3. Prediction: Develop one (or more) prediction model(s) on the outcome(s) of interest on the pooled treatment and comparator cohorts in each database. 4. Estimation: Run diagnostincs and derive estimates of both relative and absolute treatment effects within strata of predicted risk. 5. Presentation of results: Plot relative and absolute treatment effect estimates derived on all databases and summarize.
RiskStratifiedEstimation is being developed in R.
Requires R (version 3.1.0 or higher). Installation on Windows requires RTools. Libraries used in RiskStratifiedEstimation require Java.
r
install.packages("remotes")
remotes::install_github("OHDSI/RiskStratifiedEstimation")
RiskStratifiedEstimation is licensed under Apache License 2.0
RiskStratifiedEstimation is being developed in R Studio.
RiskStratifiedEstimation is still in beta phase.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.