Skip to content

cran/mrbayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrbayes

R-CMD-check Coverage status CRAN status RStudio_CRAN_mirror_downloads_badge r-universe

Bayesian implementation of IVW and MR-Egger models.

Installation instructions

Install the CRAN version with the following code:

install.packages("mrbayes")

Or install the development version from r-universe with

install.packages("mrbayes", repos = c("https://mrcieu.r-universe.dev", "https://cloud.r-project.org"))

or from GitHub with:

# install.packages("remotes") # uncomment if remotes not installed
remotes::install_github("okezie94/mrbayes")

Installing JAGS to use the JAGS functions

The functions which use JAGS require that the JAGS software is installed.

On macOS the easiest way to install JAGS is through Homebrew with

brew install pkg-config
brew install jags

Alternatively, JAGS installation files for Windows and macOS are available from https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/, and further info can be found on the JAGS website https://mcmc-jags.sourceforge.io/.

In R you can then install rjags from source

install.packages("rjags", type = "source")

Package website

The helpfiles are shown on the package website at: https://okezie94.github.io/mrbayes/.

Authors

Okezie Uche-Ikonne, Frank Dondelinger, and Tom Palmer

About

❗ This is a read-only mirror of the CRAN R package repository. mrbayes — Bayesian Summary Data Models for Mendelian Randomization Studies. Homepage: https://github.com/okezie94/mrbayeshttps://okezie94.github.io/mrbayes/https://mrcieu.r-universe.dev/mrbayes Report bugs for this package: https://github. ...

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors