Multiple imputation-propensity score workflows
Examples for multiple imputation and propensity score workflows
Miscellaneous multiple imputation and propensity score workflows
Background
Multiple imputation is a powerful tool in presence of missing data. However, especially in combination with propensity score analyses, multiple imputation can lead to challenges since analytic workflows can be become much more complex.
Objective
This repository showcases and evaluation different multiple imputation > propensity score > outcome analyses and associated implementation challenges in the emulation of complex oncology clinical trials.
Dependencies
This is a quarto book project and R package dependencies are managed through the _renv_requirements.sh file. Here, all packages and their versions can be viewed and re-installed by running the following line of code in the Terminal:
sh _requirements.sh
Reproducibility
Follow these steps in RStudio to reproduce this study:
- Clone this repository via
git clone <url> - Install all necessary dependencies (see above)
- Run all scripts via
quarto renderor (optionally) in RStudioBuild > Render Book(make sure quarto is installed)
The data used in this project is strictly simulated and no real patient-level data is used.