OHDSI/RiskStratifiedEstimation: Risk Stratified Effect Estimation

RiskStratifiedEstimation is an R package for implementing risk stratified analyses of treamtnet effect in an observational database in the OMOP Common Data Model. It combines functionality of PatientLevelPrediction and CohortMethod R packages to extract and analyze data from a database in the OMOP Common Data Model format. Analyses are performed in two distinct steps. First, a prediction step is implemented, where personalized risks are derived from a large set of covariates applying one of various possible prediction methods. In the second step, risk stratified treatment comparisons are performed. Large scale regularized regression is used to fit the propensity model. Inverse probability of treatment weights are calculated and truncated within strata of predicted risk. Only weighted Cox regression models are supported for the outcome model.

Getting started

Package details

Maintainer
LicenseApache License (>=2)
Version1.0.0
URL https://ohdsi.github.io/RiskStratifiedEstimation/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("OHDSI/RiskStratifiedEstimation")
OHDSI/RiskStratifiedEstimation documentation built on March 13, 2023, 8:16 a.m.