Description
Bayesian Summary Data Models for Mendelian Randomization Studies.
Description
Bayesian estimation of inverse variance weighted (IVW), Burgess et al. (2013) <doi:10.1002/gepi.21758>, and MR-Egger, Bowden et al. (2015) <doi:10.1093/ije/dyv080>, summary data models for Mendelian randomization analyses.
README.md
mrbayes
Bayesian implementation of IVW and MR-Egger models.
Installation instructions
Install the CRAN version with following code:
install.packages("mrbayes")
Or install the development version from GitHub with:
# install.packages("remotes") # uncomment if remotes not installed
remotes::install_github("okezie94/mrbayes")
Package website
The helpfiles are shown on the package website at: https://okezie94.github.io/mrbayes/.
Authors
Okezie Uche-Ikonne (maintainer, [email protected]), Frank Dondelinger, and Tom Palmer.