MediationBMDSearch is an R package that provides an interactive Shiny Dashboard for searching mediation effects on different BMD types.
To install the package from GitHub, run:
install.packages("devtools")
devtools::install_github("raydais/MediationBMDSearch")
After installation, launch the Shiny app using:
library(MediationBMDSearch)
runMediationBMDApp()