Package: yodel Title: A General Bayesian Model Averaging Helper Version: 1.0.0 Authors@R: c( person(given = "Richard", family = "Payne", role = c("aut", "cre"), email = "paynestatistics@gmail.com"), person(family = "Eli Lilly and Company", role = "cph")) Description: Provides helper functions to perform Bayesian model averaging using Markov chain Monte Carlo samples from separate models. Calculates weights and obtains draws from the model-averaged posterior for quantities of interest specified by the user. Weight calculations can be done using marginal likelihoods or log-predictive likelihoods as in Ando, T., & Tsay, R. (2010) . License: MIT + file LICENSE URL: https://github.com/rich-payne/yodel Imports: dplyr (>= 1.0), purrr (>= 0.3), rlang (>= 0.4) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Suggests: testthat Repository: https://rich-payne.r-universe.dev Date/Publication: 2024-04-12 18:59:57 UTC RemoteUrl: https://github.com/rich-payne/yodel RemoteRef: HEAD RemoteSha: 76d3eddc91c60da3e96c88913be1f118c2e625b7 NeedsCompilation: no Packaged: 2026-07-02 08:39:48 UTC; root Author: Richard Payne [aut, cre], Eli Lilly and Company [cph] Maintainer: Richard Payne