R/mrbayes-package.r

#' mrbayes: Bayesian implementation of the IVW and MR-Egger models for two-sample Mendelian randomization analyses
#'
#' Bayesian implementation of the IVW and MR-Egger models and their radial and
#' multivariate versions for two-sample Mendelian randomization analyses.
#'
#' @name mrbayes-package
#' @docType package
#' @aliases mrbayes
#' @useDynLib mrbayes, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#'
#' @references
#' Stan Development Team (2019). RStan: the R interface to Stan. R package version 2.19.2. \url{https://mc-stan.org}
NULL

Try the mrbayes package in your browser

Any scripts or data that you put into this service are public.

mrbayes documentation built on Oct. 2, 2021, 5:08 p.m.