R/BUGSnet-package.R

#' BUGSnet: Bayesian network meta-analysis in compliance with best practice guidelines.
#'
#' BUGSnet (Bayesian inference Using Gibbs Sampling to conduct NETwork meta-analysis) is a feature-rich R package to conduct Bayesian network meta-analyses in compliance with best practice and reporting guidelines. 
#' Bayesian analyses are conducted with JAGS and BUGS code is automatically generated by the package based on the user's inputs. 
#' Outputs are highly customizable and include network plots, tables of network characteristics, league tables and league heat plots, SUCRA plots, rankograms, forest plots, leverage plots, traceplots, posterior mean deviance comparison plots.
#' 
#' To be able to use this package, you must have installed JAGS (Just Another Gibbs Sampler) on your computer.
#' 
#' How to cite this work? Type \code{citation("BUGSnet")}.
#' 
#' @name BUGSnet
#' 
#' @references
#' \insertRef{JAGSmanual}{BUGSnet}
#' 
#' \insertRef{JAGSweb}{BUGSnet}
#' 
#' @import Rdpack
#' @importFrom utils globalVariables

if (getRversion() >= "2.15.1")  utils::globalVariables(c(".", ":=", "data", "offset", "sd"))
audrey-b/BUGSnet documentation built on Feb. 2, 2025, 5:10 p.m.