BUGSnet(贝叶斯推断使用吉布斯抽样进行网络荟萃分析)是一个功能丰富的R包,用于按照最佳实践和报告指南进行贝叶斯网络荟萃分析。使用JAGS进行贝叶斯分析,包根据用户的输入自动生成BUGS代码。输出是高度可定制的,包括网络图,网络特征表,联盟表和联盟热图,SUCRA图,rankogram图,森林图,杠杆图,示踪图,后均值偏差比较图。(https://github.com/audrey-b/BUGSnet)

安装流程
1. Install JAGS
Go to the Sourceforge page.
Click on Files > JAGS > 4.x
Select your operating system and download JAGS-4.3.0, then install.
2. Install R
Download and install the most recent version of base R from CRAN.
3. Install Rstudio
Download and install the most recent version of RStudio Desktop (free version) from RStudio.
4. Install BUGSnet
In the RStudio console, type
install.packages("remotes") remotes::install_github("audrey-b/BUGSnet")
Start using BUGSnet
To start using BUGSnet, follow the vignettes available here.
License
BUGSnet is available under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). Kindly review the LICENSE file. You are responsible for conforming to the terms of this license. BUGSnet is provided as-is and comes with absolutely no warranty. Commercial use is prohibited; please contact the authors for more information.
How to cite BUGSnet?
Béliveau A., Boyne D., Slater J., Brenner D. and Arora P. (2019). BUGSnet: an R package to facilitate the conduct and reporting of Bayesian network Meta-analyses. BMC Medical Research Methodology, 19(196).
原创文章(本站视频密码:66668888),作者:xujunzju,如若转载,请注明出处:https://zyicu.cn/?p=16944