Description
Causal Mediation Analysis in Presence of Multiple Mediators Uncausally Related.
Description
Estimates key quantities in causal mediation analysis - including average causal mediation effects (indirect effects), average direct effects, total effects, and proportions mediated - in the presence of multiple uncausally related mediators. Methods are described by Jérolon et al., (2021) <doi:10.1515/ijb-2019-0088> and extended to accommodate survival outcomes as described by Domingo-Relloso et al., (2024) <doi:10.1101/2024.02.16.24302923>.
README.md
multimediate
This package is based on the work presented in A. Jérolon et al., Causal mediation analysis in presence of multiple mediators uncausally related.
The work allowing multiple mediation analyzes with a survival outcome was largely developed with Arce Domingo-Relloso. This work is presented in Domingo-Relloso et al., Causal mediation for uncausally related mediators in the context of survival analysis.
Installation
You can install the package from the repository (https://github.com/samarafk/multimediate):
library(devtools)
install_github("samarafk/multimediate")
Or you can install the released version from CRAN with:
install.packages("multimediate")
Examples
Vignettes and examples of usage can be found at https://samarafk.github.io/multimediate/.