Package: bayesboot Type: Package Title: An Implementation of Rubin's (1981) Bayesian Bootstrap Version: 0.2.3 Date: 2025-03-30 Authors@R: person("Rasmus", "Bååth", email = "rasmus.baath@gmail.com", role = c("aut", "cre")) Description: Functions for performing the Bayesian bootstrap as introduced by Rubin (1981) and for summarizing the result. The implementation can handle both summary statistics that works on a weighted version of the data and summary statistics that works on a resampled data set. License: MIT + file LICENSE URL: https://github.com/rasmusab/bayesboot BugReports: https://github.com/rasmusab/bayesboot/issues RoxygenNote: 7.3.2 Imports: plyr (>= 1.8.3), HDInterval(>= 0.1.1) Depends: R (>= 3.2.0) Suggests: testthat, foreach, doParallel, boot Encoding: UTF-8 Repository: https://rasmusab.r-universe.dev Date/Publication: 2025-04-01 08:11:51 UTC RemoteUrl: https://github.com/rasmusab/bayesboot RemoteRef: HEAD RemoteSha: 514fec369f21468be5476c251c7d4d381f92357f NeedsCompilation: no Packaged: 2026-06-12 07:34:00 UTC; root Author: Rasmus Bååth [aut, cre] Maintainer: Rasmus Bååth