Learn R Programming

autoCovariateSelection (version 1.0.0)

Automated Covariate Selection Using HDPS Algorithm

Description

Contains functions to implement automated covariate selection using methods described in the high-dimensional propensity score (HDPS) algorithm by Schneeweiss et.al. Covariate adjustment in real-world-observational-data (RWD) is important for for estimating adjusted outcomes and this can be done by using methods such as, but not limited to, propensity score matching, propensity score weighting and regression analysis. While these methods strive to statistically adjust for confounding, the major challenge is in selecting the potential covariates that can bias the outcomes comparison estimates in observational RWD (Real-World-Data). This is where the utility of automated covariate selection comes in. The functions in this package help to implement the three major steps of automated covariate selection as described by Schneeweiss et. al elsewhere. These three functions, in order of the steps required to execute automated covariate selection are, get_candidate_covariates(), get_recurrence_covariates() and get_prioritised_covariates(). In addition to these functions, a sample real-world-data from publicly available de-identified medical claims data is also available for running examples and also for further exploration. The original article where the algorithm is described by Schneeweiss et.al. (2009) .

Copy Link

Version

Install

install.packages('autoCovariateSelection')

Monthly Downloads

323

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Dennis Robert

Last Published

December 14th, 2020

Functions in autoCovariateSelection (1.0.0)

get_recurrence_covariates

Generate the binary recurrence covariates for the identified candidate empirical covariates
get_prioritised_covariates

Generate the prioritised covariates from the global list of binary recurrence covariates using multiplicative bias ranking
get_candidate_covariates

Generate candidate empirical baseline covariates based on prevalence in the baseline period
get_relative_risk

Compute relative risk for each of the covariates with respect to outcomes occurred
rwd

Sample Data for autoCovariateSelection