Package: metaBMA
Type: Package
Date: 2021-03-12
Title: Bayesian Model Averaging for Random and Fixed Effects
        Meta-Analysis
Version: 0.6.7
Authors@R: c(person(given = "Daniel W.",  
                    family = "Heck", 
                    email="dheck@uni-marburg.de", 
                    role=c("aut","cre"),
                    comment = c(ORCID = "0000-0002-6302-9252")),
             person(given = "Quentin F.",  
                    family = "Gronau", 
                    email="quentingronau@web.de", 
                    role = "ctb"),
             person(given = "Eric-Jan",  
                    family = "Wagenmakers", 
                    email="ej.wagenmakers@gmail.com", 
                    role = "ctb"),
             person(given = "Indrajeet", 
                    family = "Patil", 
                    email = "patilindrajeet.science@gmail.com", 
                    role = "ctb",
                    comment = c(ORCID = "0000-0003-1995-6531")))
Description: Computes the posterior model probabilities for standard meta-analysis models 
    (null model vs. alternative model assuming either fixed- or random-effects, respectively).
    These posterior probabilities are used to estimate the overall mean effect size 
    as the weighted average of the mean effect size estimates of the random- and 
    fixed-effect model as proposed by Gronau, Van Erp, Heck, Cesario, Jonas, & 
    Wagenmakers (2017, <doi:10.1080/23743603.2017.1326760>). The user can define 
    a wide range of non-informative or informative priors for the mean effect size 
    and the heterogeneity coefficient. Moreover, using pre-compiled Stan models, 
    meta-analysis with continuous and discrete moderators with Jeffreys-Zellner-Siow (JZS) 
    priors can be fitted and tested. This allows to compute Bayes factors and 
    perform Bayesian model averaging across random- and fixed-effects meta-analysis 
    with and without moderators. For a primer on Bayesian model-averaged meta-analysis, 
    see Gronau, Heck, Berkhout, Haaf, & Wagenmakers (2020, <doi:10.31234/osf.io/97qup>).
Depends: R (>= 3.4.0), Rcpp (>= 1.0.0), methods
Imports: bridgesampling, coda, LaplacesDemon, logspline, mvtnorm,
        RcppParallel (>= 5.0.1), rstan (>= 2.18.1), rstantools (>=
        2.1.1)
Suggests: testthat, knitr, rmarkdown, spelling
LinkingTo: BH (>= 1.66.0), Rcpp (>= 1.0.0), RcppEigen (>= 0.3.3.3.0),
        RcppParallel (>= 5.0.1), rstan (>= 2.18.1), StanHeaders (>=
        2.18.0)
VignetteBuilder: knitr
URL: https://github.com/danheck/metaBMA
License: GPL-3
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
SystemRequirements: GNU make
Biarch: true
Language: en-US
RoxygenNote: 7.1.1
Packaged: 2021-03-16 21:05:14 UTC; daniel
Author: Daniel W. Heck [aut, cre] (<https://orcid.org/0000-0002-6302-9252>),
  Quentin F. Gronau [ctb],
  Eric-Jan Wagenmakers [ctb],
  Indrajeet Patil [ctb] (<https://orcid.org/0000-0003-1995-6531>)
Maintainer: Daniel W. Heck <dheck@uni-marburg.de>
Repository: CRAN
Date/Publication: 2021-03-17 06:50:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-20 14:08:03 UTC; windows
Archs: i386, x64
